ADVAPI32: add some missing declarations in the spec file

Mike McCormack mike at codeweavers.com
Mon Jan 3 02:31:32 CST 2005


ChangeLog:
* add some missing declarations in the spec file
-------------- next part --------------
Index: dlls/advapi32/advapi32.spec
===================================================================
RCS file: /home/wine/wine/dlls/advapi32/advapi32.spec,v
retrieving revision 1.67
diff -u -r1.67 advapi32.spec
--- dlls/advapi32/advapi32.spec	21 Dec 2004 16:16:10 -0000	1.67
+++ dlls/advapi32/advapi32.spec	3 Jan 2005 08:29:24 -0000
@@ -31,6 +31,8 @@
 @ stdcall BuildTrusteeWithObjectsAndSidW(ptr ptr ptr ptr ptr)
 @ stdcall BuildTrusteeWithSidA(ptr ptr)
 @ stdcall BuildTrusteeWithSidW(ptr ptr)
+@ stdcall ChangeServiceConfig2A(long long ptr)
+@ stdcall ChangeServiceConfig2W(long long ptr)
 @ stdcall ChangeServiceConfigA(long long long long wstr str ptr str str str str)
 @ stdcall ChangeServiceConfigW(long long long long wstr wstr ptr wstr wstr wstr wstr)
 @ stdcall ClearEventLogA (long str)
@@ -286,6 +288,7 @@
 @ stdcall SetSecurityDescriptorGroup (ptr ptr long)
 @ stdcall SetSecurityDescriptorOwner (ptr ptr long)
 @ stdcall SetSecurityDescriptorSacl(ptr long ptr long)
+@ stub SetSecurityInfo #(ptr long ptr ptr ptr ptr ptr ptr)
 @ stub SetServiceBits
 @ stdcall SetServiceObjectSecurity(long long ptr)
 @ stdcall SetServiceStatus(long long)


More information about the wine-patches mailing list