diff options
| author | Ben Fuhrmannek | 2014-11-24 10:26:26 +0100 |
|---|---|---|
| committer | Ben Fuhrmannek | 2014-11-24 10:26:26 +0100 |
| commit | f34d6621af419f05bd554f970d7bd3dfccac23d6 (patch) | |
| tree | ea0337d33b2f4a8271bdd8309522e501a4fb7d9b | |
| parent | 4989cdda4b8ef7b1088ee0f0b29197b74ba378f0 (diff) | |
ifdef fix for win32
| -rw-r--r-- | post_handler.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/post_handler.c b/post_handler.c index ba2ff8f..737f33f 100644 --- a/post_handler.c +++ b/post_handler.c | |||
| @@ -34,7 +34,7 @@ | |||
| 34 | #include "ext/standard/url.h" | 34 | #include "ext/standard/url.h" |
| 35 | #include "ext/standard/php_smart_str.h" | 35 | #include "ext/standard/php_smart_str.h" |
| 36 | 36 | ||
| 37 | #ifdef PHP_WIN32 | 37 | #if defined(PHP_WIN32) && PHP_VERSION_ID >= 50600 |
| 38 | #include "win32/php_inttypes.h" | 38 | #include "win32/php_inttypes.h" |
| 39 | #endif | 39 | #endif |
| 40 | 40 | ||
