OSDN Git Service

* winsup.h (_WIN32_WINNT): Define.
authorcgf <cgf>
Fri, 6 Sep 2002 04:21:30 +0000 (04:21 +0000)
committercgf <cgf>
Fri, 6 Sep 2002 04:21:30 +0000 (04:21 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/winsup.h

index 125b540..f005d29 100644 (file)
@@ -1,3 +1,7 @@
+2002-09-06  Christopher Faylor  <cgf@redhat.com>
+
+       * winsup.h (_WIN32_WINNT): Define.
+
 2002-09-03  Corinna Vinschen  <corinna@vinschen.de>
 
        * Makefile.in (DLL_OFILES): Drop shortcut.o.
index 9e39728..ad2a778 100644 (file)
@@ -31,6 +31,8 @@ details. */
 #define NEW_MACRO_VARARGS
 #endif
 
+#define _WIN32_WINNT 0x0500
+
 #include <sys/types.h>
 #include <sys/strace.h>