aboutsummaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2002-09-06 04:21:30 +0000
committerChristopher Faylor <me@cgf.cx>2002-09-06 04:21:30 +0000
commit5c0469b45c32463ae97bfbf972a3f010543caa0f (patch)
tree54125af1cb59b256cb86be3509f130f86142e0da /winsup
parent53a514ef339a6e96582511f9dee36c6d0a45a81f (diff)
downloadnewlib-5c0469b45c32463ae97bfbf972a3f010543caa0f.zip
newlib-5c0469b45c32463ae97bfbf972a3f010543caa0f.tar.gz
newlib-5c0469b45c32463ae97bfbf972a3f010543caa0f.tar.bz2
* winsup.h (_WIN32_WINNT): Define.
Diffstat (limited to 'winsup')
-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 125b540..f005d29 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 9e39728..ad2a778 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>