* 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>
|
2002-09-03 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* Makefile.in (DLL_OFILES): Drop shortcut.o.
|
* Makefile.in (DLL_OFILES): Drop shortcut.o.
|
||||||
|
|
|
@ -31,6 +31,8 @@ details. */
|
||||||
#define NEW_MACRO_VARARGS
|
#define NEW_MACRO_VARARGS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define _WIN32_WINNT 0x0500
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/strace.h>
|
#include <sys/strace.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue