1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 06:51:18 +02:00
This commit is contained in:
Andi Gutmans
2000-04-01 17:08:03 +00:00
parent 8a4805c831
commit daf81344af
-1
View File
@@ -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 '\\'