Tweak LsaLookupNames() prototype

Francois Gouget fgouget at free.fr
Tue Mar 21 11:16:47 CST 2006


Changelog:

  * include/ntsecapi.h

    Francois Gouget <fgouget at free.fr>
    Standardize the LsaLookupNames() prototype.

-- 
Francois Gouget <fgouget at free.fr>              http://fgouget.free.fr/
         It really galls me that most of the computer power in the world
                           is wasted on screen savers.
                      Chris Caldwell from the GIMPS project
                        http://www.mersenne.org/prime.htm
-------------- next part --------------
Index: include/ntsecapi.h
===================================================================
RCS file: /home/wine/wine/include/ntsecapi.h,v
retrieving revision 1.18
diff -u -p -r1.18 ntsecapi.h
--- include/ntsecapi.h	13 Mar 2006 14:47:30 -0000	1.18
+++ include/ntsecapi.h	21 Mar 2006 14:29:12 -0000
@@ -277,7 +277,7 @@ NTSTATUS WINAPI LsaEnumerateAccountsWith
 NTSTATUS WINAPI LsaEnumerateTrustedDomains(LSA_HANDLE,PLSA_ENUMERATION_HANDLE,PVOID*,ULONG,PULONG);
 NTSTATUS WINAPI LsaEnumerateTrustedDomainsEx(LSA_HANDLE,PLSA_ENUMERATION_HANDLE,PVOID*,ULONG,PULONG);
 NTSTATUS WINAPI LsaFreeMemory(PVOID);
-NTSTATUS WINAPI LsaLookupNames(LSA_HANDLE,ULONG Count,PLSA_UNICODE_STRING,PLSA_REFERENCED_DOMAIN_LIST*,
+NTSTATUS WINAPI LsaLookupNames(LSA_HANDLE,ULONG,PLSA_UNICODE_STRING,PLSA_REFERENCED_DOMAIN_LIST*,
                                PLSA_TRANSLATED_SID*);
 NTSTATUS WINAPI LsaLookupNames2(LSA_HANDLE,ULONG,ULONG,PLSA_UNICODE_STRING,PLSA_REFERENCED_DOMAIN_LIST*,
                                 PLSA_TRANSLATED_SID2*);


More information about the wine-patches mailing list