diff options
| -rw-r--r-- | ext/standard/filestat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/filestat.c b/ext/standard/filestat.c index 85b28bfe9f..d5d249b6ab 100644 --- a/ext/standard/filestat.c +++ b/ext/standard/filestat.c @@ -570,7 +570,7 @@ static void php_stat(const char *filename, php_stat_len filename_length, int typ } #ifndef PHP_WIN32 -#if VIRTUAL_DIR +#ifdef VIRTUAL_DIR do { char *tmpname; |
