This commit is contained in:
Andi Gutmans 2000-04-01 17:08:03 +00:00
parent 8a4805c831
commit daf81344af

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 '\\'