mirror of
https://github.com/php/php-src.git
synced 2024-11-24 02:15:04 +08:00
- Fix Win32 compile
This commit is contained in:
parent
0979233f5a
commit
959a550780
@ -20,6 +20,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
typedef unsigned int uint;
|
||||
#define strtok_r(a,b,c) strtok((a),(b))
|
||||
#define IS_SLASH(c) ((c) == '/' || (c) == '\\')
|
||||
#define DEFAULT_SLASH '\\'
|
||||
|
Loading…
Reference in New Issue
Block a user