projects
/
m6w6
/
ext-http
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
5f04760
)
* attempt yet again to fix php4 snaps build
author
Michael Wallner
<mike@php.net>
Wed, 9 Feb 2005 07:27:07 +0000
(07:27 +0000)
committer
Michael Wallner
<mike@php.net>
Wed, 9 Feb 2005 07:27:07 +0000
(07:27 +0000)
http.c
patch
|
blob
|
history
http_api.c
patch
|
blob
|
history
diff --git
a/http.c
b/http.c
index 3906c7e599c3e8d8bfd628d8c256d4a6855dcd0f..56ae91d1024f3a3c3aa5292df29393aa85b32bd3 100644
(file)
--- 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 adef9a2f8afad8c9370db2dcd8b8c11a0a87d41d..059228d105a32c5585dc9af4c639a8b07d008a0f 100644
(file)
--- 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