From: foobar Date: Mon, 27 Oct 2003 19:05:01 +0000 (+0000) Subject: - Fix win32 build. X-Git-Tag: RELEASE_2_0_0RC1~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d77ae5b5715fe12691c8d0491c7d95f8b883a04a;p=php - Fix win32 build. --- diff --git a/sapi/apache2handler/mod_php5.c b/sapi/apache2handler/mod_php5.c index 3cf9945d13..1b07c277b2 100644 --- a/sapi/apache2handler/mod_php5.c +++ b/sapi/apache2handler/mod_php5.c @@ -20,6 +20,8 @@ /* $Id$ */ +#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS + #include "php.h" #include "php_apache.h"