5a0c7f1df9
(RtlInitEmptyUnicodeString): Use Visual-C compatible "__inline" instead of "inline". (uni_alloc): Change second argument to USHORT. (printf): Move definition of ap to make Visual-C++ happy. (LsaApLogonUserEx): Compute size of datastructure returned to LSA on 64 bit systems correctly to avoid heap corruption. * cyglsa64.dll: Regenerate. * make-64bit-version-with-visual-c.bat: Accommodate newer Microsoft toolchains. Add more comment. * mslsa.def: Export LsaApLogonUserEx instead of LsaApLogonUser.
10 lines
198 B
Modula-2
10 lines
198 B
Modula-2
LIBRARY "cyglsa64"
|
|
|
|
EXPORTS
|
|
LsaApInitializePackage
|
|
LsaApLogonUserEx
|
|
LsaApLogonTerminated
|
|
LsaApCallPackage
|
|
LsaApCallPackagePassthrough = LsaApCallPackage
|
|
LsaApCallPackageUntrusted = LsaApCallPackage
|