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-15 13:43:48 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-07-15 13:43:48 +0400
commitdc4b5caedcd9f461900b9dfe53c1d7c59aa4cd82 (patch)
tree0e55845db44ac1dc566ac9acdc1b5d75f1beb09e /winsup/lsaauth/cyglsa.c
parent3e153bcd55438cd3a3df5a367371ee9b5f34c81b (diff)
* cyglsa.c: Include ntddk.h again, but only if __MINGW32__ is defined.
* cyglsa64.dll: Regenerate. * make-64bit-version-with-visual-c.bat: Fix comment.
Diffstat (limited to 'winsup/lsaauth/cyglsa.c')
-rw-r--r--winsup/lsaauth/cyglsa.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/lsaauth/cyglsa.c b/winsup/lsaauth/cyglsa.c
index 582e226e9..1ec0f7d63 100644
--- a/winsup/lsaauth/cyglsa.c
+++ b/winsup/lsaauth/cyglsa.c
@@ -19,6 +19,9 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */
#include <lm.h>
#include <iptypes.h>
#include <ntsecapi.h>
+#ifdef __MINGW32__
+#include <ntddk.h>
+#endif
#include "../cygwin/cyglsa.h"
#include "../cygwin/include/cygwin/version.h"