* winsup.h (_WIN32_WINNT): Define.
This commit is contained in:
parent
53a514ef33
commit
5c0469b45c
|
@ -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.
|
||||
|
|
|
@ -31,6 +31,8 @@ details. */
|
|||
#define NEW_MACRO_VARARGS
|
||||
#endif
|
||||
|
||||
#define _WIN32_WINNT 0x0500
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/strace.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue