MFT: VC10 build support

This commit is contained in:
Kalle Sommer Nielsen 2009-12-03 11:50:32 +00:00
parent 0f0f5f229b
commit 1063c8346b
6 changed files with 33 additions and 10 deletions

View file

@ -49,7 +49,10 @@
#define CHUNK_SIZE 8192
#ifdef PHP_WIN32
#define EWOULDBLOCK WSAEWOULDBLOCK
# ifdef EWOULDBLOCK
# undef EWOULDBLOCK
# endif
# define EWOULDBLOCK WSAEWOULDBLOCK
#endif
#ifndef S_ISREG