diff options
author | Marcus Boerger <helly@php.net> | 2006-01-11 20:31:05 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2006-01-11 20:31:05 +0000 |
commit | 1cfcdf6612eca4eb43ed3d94ef6403e65b9f4417 (patch) | |
tree | e46abc3e0380628a4f5c257f4f44df7e1e4413c0 /win32/build/config.w32.h.in | |
parent | 8f5005e4b6de94cb2bfda7646e480ee2c18cbbeb (diff) | |
download | php-git-1cfcdf6612eca4eb43ed3d94ef6403e65b9f4417.tar.gz |
- MFH
Diffstat (limited to 'win32/build/config.w32.h.in')
-rw-r--r-- | win32/build/config.w32.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/build/config.w32.h.in b/win32/build/config.w32.h.in index efcc1ba40a..e251d96f53 100644 --- a/win32/build/config.w32.h.in +++ b/win32/build/config.w32.h.in @@ -112,6 +112,7 @@ #define HAVE_CUSERID 0 #undef HAVE_RINT #define HAVE_STRFTIME 1 +#define SIZEOF_SHORT 2 /* int and long are stll 32bit in 64bit compiles */ #define SIZEOF_INT 4 #define SIZEOF_LONG 4 |