OSDN Git Service

* cyglsa.c: Include ntddk.h again, but only if __MINGW32__ is defined.
authorcorinna <corinna>
Tue, 15 Jul 2008 09:43:48 +0000 (09:43 +0000)
committercorinna <corinna>
Tue, 15 Jul 2008 09:43:48 +0000 (09:43 +0000)
* cyglsa64.dll: Regenerate.
* make-64bit-version-with-visual-c.bat: Fix comment.

winsup/lsaauth/ChangeLog
winsup/lsaauth/cyglsa.c
winsup/lsaauth/cyglsa64.dll
winsup/lsaauth/make-64bit-version-with-visual-c.bat

index c73c956..962bd6e 100644 (file)
@@ -1,3 +1,9 @@
+2008-07-15  Corinna Vinschen  <corinna@vinschen.de>
+
+       * cyglsa.c: Include ntddk.h again, but only if __MINGW32__ is defined.
+       * cyglsa64.dll: Regenerate.
+       * make-64bit-version-with-visual-c.bat: Fix comment.
+
 2008-07-13  Corinna Vinschen  <corinna@vinschen.de>
 
        * cyglsa.c: Don't include ntddk.h.
index 582e226..1ec0f7d 100644 (file)
@@ -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"
 
index 2f7c9a8..ef5c7aa 100644 (file)
Binary files a/winsup/lsaauth/cyglsa64.dll and b/winsup/lsaauth/cyglsa64.dll differ
index 95741dc..cd62303 100644 (file)
@@ -6,8 +6,8 @@ rem Note that you need not only the SDK headers and libs, but also the
 rem 64 bit ntdll.lib file from a DDK supporting 64 bit builds.\r
 rem\r
 rem Make sure all necessary include paths are set in %Include% (inc\ddk,\r
-rem inc\atl, inc\crt) and rem that %Lib% points to the 64 bit libs, not\r
-rem the 32 bit libs.  In the latter case the link stage will succeed,\r
+rem inc\atl, inc\crt) and make sure that %Lib% points to the 64 bit libs, not\r
+rem to the 32 bit libs.  In the latter case the link stage will succeed,\r
 rem but the resulting DLL is non-functional.\r
 rem\r
 rem This can be used as long as no x86_64-pe/coff capable gcc is available.\r