mirror of
https://github.com/php/php-src.git
synced 2025-01-11 05:24:49 +08:00
- Fixed definition in correct file. (Patch by Nuno)
This commit is contained in:
parent
c3c9df5ed6
commit
772af6a3cf
@ -117,7 +117,7 @@
|
||||
#define SIZEOF_LONG 4
|
||||
/* MSVC.6/NET don't allow 'long long' or know 'intmax_t' */
|
||||
#define SIZEOF_LONG_LONG_INT 0
|
||||
#define SIZEOF_LONG_LONG 0
|
||||
#define SIZEOF_LONG_LONG 8 /* defined as __int64 */
|
||||
#define SIZEOF_INTMAX_T 0
|
||||
#define ssize_t SSIZE_T
|
||||
#ifdef _WIN64
|
||||
|
Loading…
Reference in New Issue
Block a user