]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Thu, 20 Feb 2003 06:17:11 +0000 (06:17 +0000)
committerfoobar <sniper@php.net>
Thu, 20 Feb 2003 06:17:11 +0000 (06:17 +0000)
TSRM/tsrm_virtual_cwd.h

index 4cac6caa2ac2e37209cb706576f3b7f4796d34d5..4d5ba24f1b61862d08fbc1432b1ee6796fe7d43e 100644 (file)
@@ -196,8 +196,6 @@ typedef struct _virtual_cwd_globals {
 #define VCWD_STAT(path, buff) virtual_stat(path, buff TSRMLS_CC)
 #if !defined(TSRM_WIN32) && !defined(NETWARE)
 #define VCWD_LSTAT(path, buff) virtual_lstat(path, buff TSRMLS_CC)
-#else
-#define VCWD_LSTAT(path, buff) virtual_lstat(path, buff TSRMLS_CC)
 #endif
 #define VCWD_UNLINK(path) virtual_unlink(path TSRMLS_CC)
 #define VCWD_MKDIR(pathname, mode) virtual_mkdir(pathname, mode TSRMLS_CC)