From daf81344afd30dcf718a5b0f52c7f8a21b795561 Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sat, 1 Apr 2000 17:08:03 +0000 Subject: [PATCH] - --- main/php_virtual_cwd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/main/php_virtual_cwd.c b/main/php_virtual_cwd.c index c03692604c..1678fe308a 100644 --- a/main/php_virtual_cwd.c +++ b/main/php_virtual_cwd.c @@ -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 '\\' -- 2.50.1