mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
time.h is available in NetWare LibC.
path sperator has been changed from \ to / while including netware\sendmail_nw.h
This commit is contained in:
parent
896efd3a13
commit
147dab1b57
1 changed files with 3 additions and 3 deletions
|
@ -24,10 +24,10 @@
|
|||
#include <stdlib.h>
|
||||
#ifndef NETWARE
|
||||
#include <winsock2.h>
|
||||
#else /* NETWARE */
|
||||
#include <netware\sendmail_nw.h>
|
||||
#endif /* NETWARE */
|
||||
#include "time.h"
|
||||
#else /* NETWARE */
|
||||
#include <netware/sendmail_nw.h>
|
||||
#endif /* NETWARE */
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#ifndef NETWARE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue