summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2000-03-15 19:12:41 +0000
committerAndi Gutmans <andi@php.net>2000-03-15 19:12:41 +0000
commitc56df5cac0a0dd11133f80d73a27e21a3fb7ee3c (patch)
tree4a7fb13ed067adfb9a88d7b909ab20db1ef1cb56
parent15dd8e61a2467ef6ecd1c3032c1792e21b1ba178 (diff)
downloadphp-git-c56df5cac0a0dd11133f80d73a27e21a3fb7ee3c.tar.gz
- WIN32 -> PHP_WIN32
-rw-r--r--main/fopen_wrappers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/fopen_wrappers.c b/main/fopen_wrappers.c
index ad3d35e602..f4081ce7f7 100644
--- a/main/fopen_wrappers.c
+++ b/main/fopen_wrappers.c
@@ -253,7 +253,7 @@ PHPAPI FILE *php_fopen_primary_script(void)
}
} else
#endif
-#if WIN32
+#ifdef PHP_WIN32
if (PG(doc_root) && path_info && ('/' == *PG(doc_root) ||
'\\' == *PG(doc_root) || strstr(PG(doc_root),":\\") ||
strstr(PG(doc_root),":/"))) {