Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2008-07-13 17:14:41 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-07-13 17:14:41 +0400
commit5a0c7f1df9585c63a5438a07480afccb661a706d (patch)
treeb234ae65bce4de3ee98d44802948206a67c615ac /winsup/lsaauth/mslsa.def
parent25dab6dc60abf8e526d47ea9770de2e655868d60 (diff)
* cyglsa.c: Don't include ntddk.h.
(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.
Diffstat (limited to 'winsup/lsaauth/mslsa.def')
-rw-r--r--winsup/lsaauth/mslsa.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/lsaauth/mslsa.def b/winsup/lsaauth/mslsa.def
index ed5fb29bf..7b2d5921e 100644
--- a/winsup/lsaauth/mslsa.def
+++ b/winsup/lsaauth/mslsa.def
@@ -2,7 +2,7 @@ LIBRARY "cyglsa64"
EXPORTS
LsaApInitializePackage
-LsaApLogonUser
+LsaApLogonUserEx
LsaApLogonTerminated
LsaApCallPackage
LsaApCallPackagePassthrough = LsaApCallPackage