* Remove another _WIN32_WINNT macro redef in win32/time.c
# endif
# define PHP_DIR_SEPARATOR '\\'
# define PHP_EOL "\r\n"
-# if defined(NTDDI_VERSION) && NTDDI_VERSION >= 0x06000000
-# undef NTDDI_VERSION
-# endif
-# ifndef NTDDI_VERSION
-# define NTDDI_VERSION 0x05000000
-# endif
#else
# if defined(__GNUC__) && __GNUC__ >= 4
# define PHPAPI __attribute__ ((visibility("default")))
/* 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"