[SHELL32] Improve some relay traceing

Lionel Ulmer lionel.ulmer at free.fr
Mon Oct 10 16:25:16 CDT 2005


Changelog:
 - fix first two arguments to 'FindExecutableA' (input strings instead of
   pointers)
 - fix last argument to 'FindExecutableW' (it's an output string)

-- 
		 Lionel Ulmer - http://www.bbrox.org/
-------------- next part --------------
Index: dlls/shell32/shell32.spec
===================================================================
RCS file: /home/wine/wine/dlls/shell32/shell32.spec,v
retrieving revision 1.101
diff -u -r1.101 shell32.spec
--- dlls/shell32/shell32.spec	9 Sep 2005 15:05:02 -0000	1.101
+++ dlls/shell32/shell32.spec	10 Oct 2005 21:23:18 -0000
@@ -289,8 +289,8 @@
 @ stdcall ExtractIconW(long wstr long)
 @ stub ExtractVersionResource16W
 @ stub FindExeDlgProc
-@ stdcall FindExecutableA(ptr ptr ptr)
-@ stdcall FindExecutableW(wstr wstr wstr)
+@ stdcall FindExecutableA(str str ptr)
+@ stdcall FindExecutableW(wstr wstr ptr)
 @ stub FixupOptionalComponents
 @ stdcall FreeIconList(long)
 @ stub InternalExtractIconListA


More information about the wine-patches mailing list