mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +00:00
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:
parent
a71a69c253
commit
61c0684353
4 changed files with 2152 additions and 46 deletions
|
@ -93,7 +93,7 @@ LsaClose(LSA_HANDLE ObjectHandle)
|
||||||
LSAHandleBind();
|
LSAHandleBind();
|
||||||
|
|
||||||
return LsarClose(LSABindingHandle,
|
return LsarClose(LSABindingHandle,
|
||||||
(unsigned long)ObjectHandle);
|
(unsigned long *)&ObjectHandle);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -5,9 +5,10 @@
|
||||||
<define name="WINVER">0x600</define>
|
<define name="WINVER">0x600</define>
|
||||||
<define name="_WIN32_WINNT">0x0600</define>
|
<define name="_WIN32_WINNT">0x0600</define>
|
||||||
<library>lsa_server</library>
|
<library>lsa_server</library>
|
||||||
<library>ntdll</library>
|
<library>wine</library>
|
||||||
<library>kernel32</library>
|
<library>kernel32</library>
|
||||||
<library>rpcrt4</library>
|
<library>rpcrt4</library>
|
||||||
|
<library>ntdll</library>
|
||||||
<library>pseh</library>
|
<library>pseh</library>
|
||||||
<file>lsarpc.c</file>
|
<file>lsarpc.c</file>
|
||||||
<file>lsasrv.c</file>
|
<file>lsasrv.c</file>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue