From: foobar Date: Sat, 3 Dec 2005 01:27:37 +0000 (+0000) Subject: - fix possible compile error X-Git-Tag: RELEASE_1_1_1~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0586ac73f14303516cde0520a3c6c60dbc194cb4;p=php - fix possible compile error --- diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 4252af895e..b563913694 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -1595,7 +1595,7 @@ fastcgi_request_done: /*tsrm_shutdown();*/ #endif -#if PHP_WIN32 && ZEND_DEBUG && 0 +#if defined(PHP_WIN32) && ZEND_DEBUG && 0 _CrtDumpMemoryLeaks(); #endif