mirror of
https://github.com/php/php-src.git
synced 2024-12-17 05:50:14 +08:00
Fix Windows build, this really should be in a patch file / README.
I'll fix this up later.
This commit is contained in:
parent
6ec23faa99
commit
db0c957f02
@ -192,7 +192,9 @@ stdint.h is available, include it; it may define INT64_MAX. Systems that do not
|
||||
have stdint.h (e.g. Solaris) may have inttypes.h. The macro int64_t may be set
|
||||
by "configure". */
|
||||
|
||||
#if HAVE_STDINT_H
|
||||
#ifdef PHP_WIN32
|
||||
#include "win32/php_stdint.h"
|
||||
#elif HAVE_STDINT_H
|
||||
#include <stdint.h>
|
||||
#elif HAVE_INTTYPES_H
|
||||
#include <inttypes.h>
|
||||
|
Loading…
Reference in New Issue
Block a user