mirror of
https://github.com/php/php-src.git
synced 2025-01-26 21:54:16 +08:00
* Last _WIN32_WINNT macro redef
* Include <config.w32.h> where _WIN32_WINNT was
This commit is contained in:
parent
9f2e4ea6f7
commit
65f7945124
@ -7,7 +7,7 @@
|
||||
* on Windows 95/NT.
|
||||
*/
|
||||
|
||||
#define _WIN32_WINNT 0x0400
|
||||
#include <config.w32.h>
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
@ -22,6 +22,8 @@
|
||||
|
||||
/* Include stuff ************************************************************ */
|
||||
|
||||
#include <config.w32.h>
|
||||
|
||||
#include "time.h"
|
||||
#include "unistd.h"
|
||||
#include "signal.h"
|
||||
|
Loading…
Reference in New Issue
Block a user