]> granicus.if.org Git - php/commitdiff
some win32 fixes by Kai
authorfoobar <sniper@php.net>
Mon, 10 Feb 2003 00:21:51 +0000 (00:21 +0000)
committerfoobar <sniper@php.net>
Mon, 10 Feb 2003 00:21:51 +0000 (00:21 +0000)
ext/notes/php_notes.c

index 23c6b4588cf00b9e2faddf85ef932d4403975e19..16a459ceb1964fbd3ca8f629368b8ed8d95adb44 100644 (file)
 #include "php_notes.h"
 #include "ext/standard/info.h"
 
+#ifdef PHP_WIN32
+#include <global.h>
+#else
 #include <notes_global.h>
+#endif
+
 #include <nsfdb.h>
 #include <nsfdata.h>
 #include <osmisc.h>
 #include <io.h>
 #include <direct.h>
 #include <fcntl.h>
-
 #include <globerr.h>
+
+#ifdef PHP_WIN32
+#include <mail.h>
+#else
 #include <notes_mail.h>
+#endif
+
 #include <mailserv.h>
 #include <nsf.h>
 #include <osfile.h>                     /* OSPathNetConstruct */