From: Michael Wallner Date: Fri, 27 Jan 2006 10:35:18 +0000 (+0000) Subject: - fix win32 build X-Git-Tag: RELEASE_0_22_0~15 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=480cee83b4b427ecdb8621cbf42ed86a12a29df0 - fix win32 build --- diff --git a/php_http.h b/php_http.h index 7d20048..e41c51c 100644 --- a/php_http.h +++ b/php_http.h @@ -20,7 +20,9 @@ #ifdef HAVE_CONFIG_H # include "config.h" #else -# include "php_config.h" +# ifndef PHP_WIN32 +# include "php_config.h" +# endif #endif #include "php.h"