advapi32: Fix the LsaEnumerateAccountRights() export

Francois Gouget fgouget at free.fr
Tue Mar 21 11:18:32 CST 2006


Changelog:

  * dlls/advapi32/advapi32.spec

    Francois Gouget <fgouget at free.fr>
    advapi32: Fix the LsaEnumerateAccountRights() export (spotted by 
winapi_check).

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
  The greatest programming project of all took six days; on the seventh day the
   programmer rested. We've been trying to debug the *&^%$#@ thing ever since.
                       Moral: design before you implement.
-------------- next part --------------
Index: dlls/advapi32/advapi32.spec
===================================================================
RCS file: /home/wine/wine/dlls/advapi32/advapi32.spec,v
retrieving revision 1.84
diff -u -p -r1.84 advapi32.spec
--- dlls/advapi32/advapi32.spec	13 Mar 2006 14:47:30 -0000	1.84
+++ dlls/advapi32/advapi32.spec	21 Mar 2006 14:29:08 -0000
@@ -351,7 +351,7 @@
 @ stdcall LsaCreateTrustedDomainEx(ptr ptr ptr long ptr)
 @ stub LsaDelete
 @ stdcall LsaDeleteTrustedDomain(ptr ptr)
-@ stdcall LsaEnumerateAccountRights(ptr ptr long ptr long)
+@ stdcall LsaEnumerateAccountRights(ptr ptr ptr ptr)
 @ stub LsaEnumerateAccounts
 @ stdcall LsaEnumerateAccountsWithUserRight(ptr ptr ptr ptr)
 @ stub LsaEnumeratePrivileges


More information about the wine-patches mailing list