Some advapi32 stubs

Mike McCormack mike at codeweavers.com
Tue Aug 12 22:30:49 CDT 2003


Stefan Leichter wrote:

> +@ stdcall InitiateSystemShutdownExA(wstr wstr long long long long)
> 
> This looks wrong to me (wstr as parameter of A function)
> 
> Bye Stefan

ChangeLog:
* fix spec for InitiateSystemShutdownExA, as pointed out by
Stefan Leichter
-------------- next part --------------
Index: dlls/advapi32/advapi32.spec
===================================================================
RCS file: /home/wine/wine/dlls/advapi32/advapi32.spec,v
retrieving revision 1.40
diff -u -r1.40 advapi32.spec
--- dlls/advapi32/advapi32.spec	12 Aug 2003 18:53:14 -0000	1.40
+++ dlls/advapi32/advapi32.spec	13 Aug 2003 03:11:50 -0000
@@ -134,7 +134,7 @@
 @ stdcall InitializeSid(ptr ptr long)
 @ stub InitiateSystemShutdownA
 @ stub InitiateSystemShutdownW
-@ stdcall InitiateSystemShutdownExA(wstr wstr long long long long)
+@ stdcall InitiateSystemShutdownExA(str str long long long long)
 @ stdcall InitiateSystemShutdownExW(wstr wstr long long long long)
 @ stub InstallApplication
 @ stub IsProcessRestricted


More information about the wine-patches mailing list