mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFT: VC10 build support
This commit is contained in:
parent
0f0f5f229b
commit
1063c8346b
6 changed files with 33 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue