From: Michael Wallner Date: Wed, 9 Feb 2005 07:27:07 +0000 (+0000) Subject: * attempt yet again to fix php4 snaps build X-Git-Tag: RELEASE_0_3_0~12 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=cf4b3590c1439ae0c70c7819f67308799b75ad1f;ds=sidebyside * attempt yet again to fix php4 snaps build --- diff --git a/http.c b/http.c index 3906c7e..56ae91d 100644 --- a/http.c +++ b/http.c @@ -15,6 +15,8 @@ /* $Id$ */ +#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS + #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/http_api.c b/http_api.c index adef9a2..059228d 100644 --- a/http_api.c +++ b/http_api.c @@ -15,6 +15,8 @@ /* $Id$ */ +#define ZEND_INCLUDE_FULL_WINDOWS_HEADERS + #ifdef HAVE_CONFIG_H #include "config.h" #endif