From 4898f75e37575cf1db4be818f74834272d9195a0 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 6 Sep 2002 04:30:46 +0000 Subject: [PATCH] * winsup.h (_WIN32_WINNT): Protect. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/winsup.h | 2 ++ 2 files changed, 6 insertions(+) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index f005d2986..8558d4d7b 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2002-09-06 Christopher Faylor + + * winsup.h (_WIN32_WINNT): Protect. + 2002-09-06 Christopher Faylor * winsup.h (_WIN32_WINNT): Define. diff --git a/winsup/cygwin/winsup.h b/winsup/cygwin/winsup.h index ad2a77885..18aaf8a9e 100644 --- a/winsup/cygwin/winsup.h +++ b/winsup/cygwin/winsup.h @@ -31,7 +31,9 @@ details. */ #define NEW_MACRO_VARARGS #endif +#ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0500 +#endif #include #include