mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix warnings
This commit is contained in:
parent
fcd87bc3a1
commit
a041ddc9d9
2 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,6 @@
|
|||
* on Windows 95/NT.
|
||||
*/
|
||||
|
||||
#define _WIN32_WINNT 0x0400
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include <io.h>
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#ifndef TSRM_CONFIG_W32_H
|
||||
#define TSRM_CONFIG_W32_H
|
||||
|
||||
#include <../main/config.w32.h>
|
||||
|
||||
#define HAVE_UTIME 1
|
||||
#define HAVE_ALLOCA 1
|
||||
#define HAVE_REALPATH 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue