From 885a1a4d0875a2735795b3bde5f44a696e6bdd02 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 10 Feb 2003 00:21:51 +0000 Subject: some win32 fixes by Kai --- ext/notes/php_notes.c | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'ext/notes/php_notes.c') diff --git a/ext/notes/php_notes.c b/ext/notes/php_notes.c index 23c6b4588c..16a459ceb1 100644 --- a/ext/notes/php_notes.c +++ b/ext/notes/php_notes.c @@ -31,7 +31,12 @@ #include "php_notes.h" #include "ext/standard/info.h" +#ifdef PHP_WIN32 +#include +#else #include +#endif + #include #include #include @@ -58,9 +63,14 @@ #include #include #include - #include + +#ifdef PHP_WIN32 +#include +#else #include +#endif + #include #include #include /* OSPathNetConstruct */ -- cgit v1.2.1