From: foobar Date: Mon, 10 Feb 2003 00:21:51 +0000 (+0000) Subject: some win32 fixes by Kai X-Git-Tag: RELEASE_0_5~1164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=885a1a4d0875a2735795b3bde5f44a696e6bdd02;p=php some win32 fixes by Kai --- 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 */