- Fix Win32 compile

This commit is contained in:
Andi Gutmans 2000-03-17 10:25:23 +00:00
parent 0979233f5a
commit 959a550780

View File

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