diff options
author | Andi Gutmans <andi@php.net> | 1999-05-20 12:06:45 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 1999-05-20 12:06:45 +0000 |
commit | 7eef22472c94c36fe86fcd7faf0105da0a357b1d (patch) | |
tree | a17adfb1df220428dc4e67e47eb2476a1e395ba2 /main/config.w32.h | |
parent | d79292d52b19c46937ba8cf0743cdce1692c4fe8 (diff) | |
download | php-git-7eef22472c94c36fe86fcd7faf0105da0a357b1d.tar.gz |
- Small fixes
Diffstat (limited to 'main/config.w32.h')
-rw-r--r-- | main/config.w32.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/config.w32.h b/main/config.w32.h index b3e4173a7b..c065296239 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -292,3 +292,5 @@ #undef HAVE_RINT #define HAVE_STRFTIME 1 + +#define SIZEOF_INT 4 |