adding definition for EWOULDBLOCK for Win32 to compile

This commit is contained in:
Frank M. Kromann 2000-06-06 18:30:06 +00:00
parent 7864fdfdee
commit a14261bc42

View File

@ -10,6 +10,7 @@ int flock(int fd, int operation);
#endif
#ifdef PHP_WIN32
#define EWOULDBLOCK WSAEWOULDBLOCK
# define fsync _commit
# define ftruncate(a,b) chsize(a,b)
#endif /* defined(PHP_WIN32) */