* 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

@ -54,12 +54,6 @@
# 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")))

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"