]> granicus.if.org Git - php/commitdiff
- WIN32 -> PHP_WIN32
authorAndi Gutmans <andi@php.net>
Wed, 15 Mar 2000 19:12:41 +0000 (19:12 +0000)
committerAndi Gutmans <andi@php.net>
Wed, 15 Mar 2000 19:12:41 +0000 (19:12 +0000)
main/fopen_wrappers.c

index ad3d35e6028ad778bad26907ad82eeb848a372e2..f4081ce7f7b859cfab2388988ab43b91ec19ea59 100644 (file)
@@ -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),":/"))) {