sniper Sun Feb 9 19:22:01 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/notes php_notes.c
Log:
MFH
Index: php4/ext/notes/php_notes.c
diff -u php4/ext/notes/php_notes.c:1.15.8.1 php4/ext/notes/php_notes.c:1.15.8.2
--- php4/ext/notes/php_notes.c:1.15.8.1 Tue Dec 31 11:35:02 2002
+++ php4/ext/notes/php_notes.c Sun Feb 9 19:22:01 2003
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_notes.c,v 1.15.8.1 2002/12/31 16:35:02 sebastian Exp $ */
+/* $Id: php_notes.c,v 1.15.8.2 2003/02/10 00:22:01 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