mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
- MFH: don't redefine WINDOWS and pid_t
This commit is contained in:
parent
98ce717bf2
commit
5627ff52f0
@ -74,7 +74,10 @@ typedef long pid_t;
|
||||
#endif
|
||||
|
||||
/* General Windows stuff */
|
||||
#define WINDOWS 1
|
||||
#ifndef WINDOWS
|
||||
# define WINDOWS 1
|
||||
#endif
|
||||
|
||||
|
||||
/* Prevent use of VC5 OpenFile function */
|
||||
#define NOOPENFILE
|
||||
|
Loading…
Reference in New Issue
Block a user