Add lots of missing functions to LSA RPC interface

Fix existing ones to have same prototypes as MS Windows

svn path=/trunk/; revision=35040
This commit is contained in:
Hervé Poussineau 2008-08-02 15:45:59 +00:00
parent a71a69c253
commit 61c0684353
4 changed files with 2152 additions and 46 deletions

View file

@ -93,7 +93,7 @@ LsaClose(LSA_HANDLE ObjectHandle)
LSAHandleBind();
return LsarClose(LSABindingHandle,
(unsigned long)ObjectHandle);
(unsigned long *)&ObjectHandle);
}

File diff suppressed because it is too large Load diff

View file

@ -5,9 +5,10 @@
<define name="WINVER">0x600</define>
<define name="_WIN32_WINNT">0x0600</define>
<library>lsa_server</library>
<library>ntdll</library>
<library>wine</library>
<library>kernel32</library>
<library>rpcrt4</library>
<library>ntdll</library>
<library>pseh</library>
<file>lsarpc.c</file>
<file>lsasrv.c</file>

File diff suppressed because it is too large Load diff