From cf4b3590c1439ae0c70c7819f67308799b75ad1f Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 9 Feb 2005 07:27:07 +0000 Subject: [PATCH] * attempt yet again to fix php4 snaps build --- http.c | 2 ++ http_api.c | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.30.2