PathGetExtensionAW has three arguments

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Wed Aug 15 13:29:02 CDT 2001


Changelog:
	include/wine/undocshell.h,dlls/shell32/shell32.spec,
	dlls/shell32/shellpath.c
	PathGetExtensionAW has three arguments 

Bye

Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Free Software: If you contribute nothing, expect nothing
--


Index: wine/include/wine/undocshell.h
===================================================================
RCS file: /home/wine/wine/include/wine/undocshell.h,v
retrieving revision 1.15
diff -u -r1.15 undocshell.h
--- wine/include/wine/undocshell.h	2001/02/12 01:29:09	1.15
+++ wine/include/wine/undocshell.h	2001/08/15 17:24:18
@@ -543,7 +543,7 @@
 
 LPVOID WINAPI PathFindFileNameAW(LPCVOID path); 
 
-LPVOID WINAPI PathGetExtensionAW(LPCVOID lpszPath); 
+LPVOID WINAPI PathGetExtensionAW(LPCVOID lpszPath,  DWORD void1, DWORD void2); 
 
 LPVOID WINAPI PathGetArgsAW(LPVOID lpszPath);
 
Index: wine/dlls/shell32/shell32.spec
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shell32.spec,v
retrieving revision 1.41
diff -u -r1.41 shell32.spec
--- wine/dlls/shell32/shell32.spec	2001/02/23 01:12:26	1.41
+++ wine/dlls/shell32/shell32.spec	2001/08/15 17:24:19
@@ -163,7 +163,7 @@
  155 stdcall ILFree (ptr) ILFree
  156 stdcall ILGlobalFree (ptr) ILGlobalFree
  157 stdcall ILCreateFromPath (ptr) ILCreateFromPathAW
- 158 stdcall PathGetExtension(str) PathGetExtensionAW
+ 158 stdcall PathGetExtension(str long long) PathGetExtensionAW
  159 stdcall PathIsDirectory(ptr)PathIsDirectoryAW
  160 stub SHNetConnectionDialog
  161 stdcall SHRunControlPanel (long long) SHRunControlPanel
Index: wine/dlls/shell32/shellpath.c
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shellpath.c,v
retrieving revision 1.54
diff -u -r1.54 shellpath.c
--- wine/dlls/shell32/shellpath.c	2001/08/08 23:24:15	1.54
+++ wine/dlls/shell32/shellpath.c	2001/08/15 17:24:19
@@ -122,7 +122,7 @@
 /*************************************************************************
  * PathGetExtension		[SHELL32.158]
  */
-LPVOID WINAPI PathGetExtensionAW(LPCVOID lpszPath) 
+LPVOID WINAPI PathGetExtensionAW(LPCVOID lpszPath,DWORD void1, DWORD void2) 
 {
 	if (SHELL_OsIsUnicode())
 	  return PathGetExtensionW(lpszPath);




More information about the wine-patches mailing list