Francois Gouget : include: Standardize the LsaLookupNames() prototype.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Mar 21 13:21:30 CST 2006


Module: wine
Branch: refs/heads/master
Commit: 5b993191a9a20aa6b85ee6beabeda204d1135f02
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=5b993191a9a20aa6b85ee6beabeda204d1135f02

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Mar 21 18:16:47 2006 +0100

include: Standardize the LsaLookupNames() prototype.

---

 include/ntsecapi.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/ntsecapi.h b/include/ntsecapi.h
index a775be7..b5f969b 100644
--- a/include/ntsecapi.h
+++ b/include/ntsecapi.h
@@ -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-cvs mailing list