* Last _WIN32_WINNT macro redef

* Include <config.w32.h> where _WIN32_WINNT was
This commit is contained in:
Kalle Sommer Nielsen 2008-08-14 23:21:32 +00:00
parent 9f2e4ea6f7
commit 65f7945124
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@
* on Windows 95/NT.
*/
#define _WIN32_WINNT 0x0400
#include <config.w32.h>
#include <windows.h>

View File

@ -22,6 +22,8 @@
/* Include stuff ************************************************************ */
#include <config.w32.h>
#include "time.h"
#include "unistd.h"
#include "signal.h"