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:
authorChristopher Faylor <me@cgf.cx>2002-09-06 08:21:30 +0400
committerChristopher Faylor <me@cgf.cx>2002-09-06 08:21:30 +0400
commit5c0469b45c32463ae97bfbf972a3f010543caa0f (patch)
tree54125af1cb59b256cb86be3509f130f86142e0da
parent53a514ef339a6e96582511f9dee36c6d0a45a81f (diff)
* winsup.h (_WIN32_WINNT): Define.
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/winsup.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 125b540da..f005d2986 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -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.
diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h
index 9e39728cc..ad2a77885 100644
--- a/winsup/cygwin/winsup.h
+++ b/winsup/cygwin/winsup.h
@@ -31,6 +31,8 @@ details. */
#define NEW_MACRO_VARARGS
#endif
+#define _WIN32_WINNT 0x0500
+
#include <sys/types.h>
#include <sys/strace.h>