sniper Sun Feb 9 19:21:51 2003 EDT
Modified files:
/php4/ext/notes php_notes.c
Log:
some win32 fixes by Kai
Index: php4/ext/notes/php_notes.c
diff -u php4/ext/notes/php_notes.c:1.16 php4/ext/notes/php_notes.c:1.17
--- php4/ext/notes/php_notes.c:1.16 Tue Dec 31 11:07:05 2002
+++ php4/ext/notes/php_notes.c Sun Feb 9 19:21:50 2003
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_notes.c,v 1.16 2002/12/31 16:07:05 sebastian Exp $ */
+/* $Id: php_notes.c,v 1.17 2003/02/10 00:21:50 sniper Exp $ */
#ifdef COMPILE_DL_NOTES
#define HAVE_NOTES 1
@@ -31,7 +31,12 @@
#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>
@@ -58,9 +63,14 @@
#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 */
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php