From: Andi Gutmans Date: Wed, 15 Mar 2000 19:12:41 +0000 (+0000) Subject: - WIN32 -> PHP_WIN32 X-Git-Tag: PHP-4.0-RC1~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c56df5cac0a0dd11133f80d73a27e21a3fb7ee3c;p=php - WIN32 -> PHP_WIN32 --- 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),":/"))) {