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:
13dc652
)
- fix win32 build
author
Michael Wallner
<mike@php.net>
Fri, 27 Jan 2006 10:35:18 +0000
(10:35 +0000)
committer
Michael Wallner
<mike@php.net>
Fri, 27 Jan 2006 10:35:18 +0000
(10:35 +0000)
php_http.h
patch
|
blob
|
history
diff --git
a/php_http.h
b/php_http.h
index 7d20048083321bfab807c6938b929f7ee45d9b79..e41c51c459a1ea167babb6b10744e5aacec8f10a 100644
(file)
--- a/
php_http.h
+++ b/
php_http.h
@@
-20,7
+20,9
@@
#ifdef HAVE_CONFIG_H
# include "config.h"
#else
-# include "php_config.h"
+# ifndef PHP_WIN32
+# include "php_config.h"
+# endif
#endif
#include "php.h"