mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFH:
* 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:
parent
4da3495bd8
commit
540326c31f
2 changed files with 0 additions and 10 deletions
|
@ -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")))
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue