* Remove NTDDI_VERSION declaring and use the one in config.w32.h
* Remove another _WIN32_WINNT macro redef in win32/time.c
This commit is contained in:
Kalle Sommer Nielsen 2008-08-13 22:40:39 +00:00
parent 4da3495bd8
commit 540326c31f
2 changed files with 0 additions and 10 deletions

View file

@ -22,10 +22,6 @@
/* Include stuff ************************************************************ */
/* this allows the use of the WaitableTimer functions.
* For win98 and later */
#define _WIN32_WINNT 0x400
#include "time.h"
#include "unistd.h"
#include "signal.h"