ADVAPI32: add stub declarations

Mike McCormack mike at codeweavers.com
Sun Aug 15 06:56:10 CDT 2004


ChangeLog:
* add stub declarations
-------------- next part --------------
Index: dlls/advapi32/advapi32.spec
===================================================================
RCS file: /home/wine/wine/dlls/advapi32/advapi32.spec,v
retrieving revision 1.51
diff -u -r1.51 advapi32.spec
--- dlls/advapi32/advapi32.spec	9 Aug 2004 18:47:06 -0000	1.51
+++ dlls/advapi32/advapi32.spec	15 Aug 2004 10:30:56 -0000
@@ -18,6 +18,14 @@
 @ stdcall AreAnyAccessesGranted(long long)
 @ stdcall BackupEventLogA (long str)
 @ stdcall BackupEventLogW (long wstr)
+@ stub BuildExplicitAccessWithNameA
+@ stub BuildExplicitAccessWithNameW
+@ stub BuildTrusteeWithNameA # (ptr str)
+@ stub BuildTrusteeWithNameW # (ptr wstr)
+@ stub BuildTrusteeWithObjectsAndNameA # (ptr ptr long str str str)
+@ stub BuildTrusteeWithObjectsAndNameW # (ptr ptr long wstr wstr wstr)
+@ stub BuildTrusteeWithObjectsAndSidA # (ptr ptr ptr ptr ptr)
+@ stub BuildTrusteeWithObjectsAndSidW # (ptr ptr ptr ptr ptr)
 @ stdcall BuildTrusteeWithSidA(ptr ptr)
 @ stdcall BuildTrusteeWithSidW(ptr ptr)
 @ stdcall ChangeServiceConfigA(long long long long wstr str ptr str str str str)


More information about the wine-patches mailing list