From: Andi Gutmans Date: Sat, 1 Apr 2000 17:08:03 +0000 (+0000) Subject: - X-Git-Tag: php-4.0RC2~525 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=daf81344afd30dcf718a5b0f52c7f8a21b795561;p=php - --- 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 '\\'