mirror of
https://github.com/php/php-src.git
synced 2026-04-21 06:51:18 +02:00
-
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
#endif
|
||||
|
||||
#ifdef PHP_WIN32
|
||||
typedef unsigned int int;
|
||||
#define strtok_r(a,b,c) strtok((a),(b))
|
||||
#define IS_SLASH(c) ((c) == '/' || (c) == '\\')
|
||||
#define DEFAULT_SLASH '\\'
|
||||
|
||||
Reference in New Issue
Block a user