* winsup.h (_WIN32_WINNT): Protect.
This commit is contained in:
parent
5c0469b45c
commit
4898f75e37
@ -1,3 +1,7 @@
|
||||
2002-09-06 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* winsup.h (_WIN32_WINNT): Protect.
|
||||
|
||||
2002-09-06 Christopher Faylor <cgf@redhat.com>
|
||||
|
||||
* winsup.h (_WIN32_WINNT): Define.
|
||||
|
@ -31,7 +31,9 @@ details. */
|
||||
#define NEW_MACRO_VARARGS
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32_WINNT
|
||||
#define _WIN32_WINNT 0x0500
|
||||
#endif
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/strace.h>
|
||||
|
Loading…
Reference in New Issue
Block a user