]> granicus.if.org Git - php/commitdiff
time.h is available in NetWare LibC.
authorAnantha Kesari H Y <hyanantha@php.net>
Fri, 25 Feb 2005 05:57:41 +0000 (05:57 +0000)
committerAnantha Kesari H Y <hyanantha@php.net>
Fri, 25 Feb 2005 05:57:41 +0000 (05:57 +0000)
path sperator has been changed from \ to / while including netware\sendmail_nw.h

win32/sendmail.c

index d5b1527fbd7749a4415ef51ed0dca1e722523e94..cb7f78a336a6fdbb8527c00740310440c770673d 100644 (file)
 #include <stdlib.h>
 #ifndef NETWARE
 #include <winsock2.h>
+#include "time.h"
 #else  /* NETWARE */
-#include <netware\sendmail_nw.h>
+#include <netware/sendmail_nw.h>
 #endif /* NETWARE */
-#include "time.h"
 #include <string.h>
 #include <math.h>
 #ifndef NETWARE