From 43c4c6913e57a4dd72de945014e188ca2b534d7b Mon Sep 17 00:00:00 2001 From: foobar Date: Tue, 25 Feb 2003 06:54:04 +0000 Subject: [PATCH] Another win32 build fix. --- sapi/pi3web/pi3web_sapi.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c index e107430b8b1..f11d59338d2 100644 --- a/sapi/pi3web/pi3web_sapi.c +++ b/sapi/pi3web/pi3web_sapi.c @@ -23,6 +23,8 @@ /* $Id$ */ +#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS + #include "pi3web_sapi.h" #include "php.h" #include "php_main.h"