Shell32 patch from ROS 1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Changelog:
"Martin Fuchs" <martin-fuchs@xxxxxxx>
- corrected definition of PathYetAnotherMakeUniqueName()
-- 
Marcelo Duarte
Index: shell32.spec
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shell32.spec,v
retrieving revision 1.79
diff -u -u -r1.79 shell32.spec
--- shell32.spec	6 Jan 2004 20:42:47 -0000	1.79
+++ shell32.spec	16 Jan 2004 06:20:43 -0000
@@ -68,7 +68,7 @@
   72 stdcall Shell_GetCachedImageIndex(ptr ptr long) Shell_GetCachedImageIndexAW
   73 stdcall SHShellFolderView_Message(long long long)
   74 stdcall SHCreateStdEnumFmtEtc(long ptr ptr)
-  75 stdcall PathYetAnotherMakeUniqueName(ptr ptr ptr ptr) PathYetAnotherMakeUniqueNameA
+  75 stdcall PathYetAnotherMakeUniqueName(ptr ptr ptr ptr)
   76 stub DragQueryInfo
   77 stdcall SHMapPIDLToSystemImageListIndex(ptr ptr ptr)
   78 stdcall OleStrToStrN(str long wstr long) OleStrToStrNAW
Index: undocshell.h
===================================================================
RCS file: /home/wine/wine/dlls/shell32/undocshell.h,v
retrieving revision 1.18
diff -u -u -r1.18 undocshell.h
--- undocshell.h	6 Jan 2004 20:42:47 -0000	1.18
+++ undocshell.h	16 Jan 2004 06:20:51 -0000
@@ -187,11 +187,6 @@
 
 void WINAPI ExitWindowsDialog(HWND hwndOwner);
 
-int  WINAPI RestartDialog(
-	HWND hwndOwner,
-	LPCSTR lpstrReason,
-	UINT uFlags);
-
 BOOL WINAPI GetFileNameFromBrowse(
 	HWND hwndOwner,
 	LPSTR lpstrFile,
@@ -573,11 +568,11 @@
 	LPCVOID lpszLongName,
 	LPCVOID lpszPathName);
 
-BOOL WINAPI PathYetAnotherMakeUniqueNameA(
-	LPSTR lpszBuffer,
-	LPCSTR lpszPathName,
-	LPCSTR lpszShortName,
-	LPCSTR lpszLongName);
+BOOL WINAPI PathYetAnotherMakeUniqueName(
+	LPWSTR lpszBuffer,
+	LPCWSTR lpszPathName,
+	LPCWSTR lpszShortName,
+	LPCWSTR lpszLongName);
 
 /* PathCleanupSpec return values */
 #define PCS_REPLACEDCHARS  0x00000001

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux