From c56df5cac0a0dd11133f80d73a27e21a3fb7ee3c Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Wed, 15 Mar 2000 19:12:41 +0000 Subject: [PATCH] - WIN32 -> PHP_WIN32 --- main/fopen_wrappers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),":/"))) { -- 2.50.1