mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFH:
* Last _WIN32_WINNT macro redef * Include <config.w32.h> where _WIN32_WINNT was
This commit is contained in:
parent
803f3011c6
commit
49494bed8b
2 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue