From f34d6621af419f05bd554f970d7bd3dfccac23d6 Mon Sep 17 00:00:00 2001 From: Ben Fuhrmannek Date: Mon, 24 Nov 2014 10:26:26 +0100 Subject: ifdef fix for win32 --- post_handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post_handler.c') 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 @@ #include "ext/standard/url.h" #include "ext/standard/php_smart_str.h" -#ifdef PHP_WIN32 +#if defined(PHP_WIN32) && PHP_VERSION_ID >= 50600 #include "win32/php_inttypes.h" #endif -- cgit v1.3