From: Dan Kalowsky Date: Thu, 15 Aug 2002 00:41:35 +0000 (+0000) Subject: silencing some windows build warnings X-Git-Tag: php-4.3.0dev_zend2_alpha3~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b8dd7f3555dae1fb31b5ef8c3bafbde171cb268;p=php silencing some windows build warnings --- diff --git a/main/win95nt.h b/main/win95nt.h index 2727746924..99a9ea51fe 100644 --- a/main/win95nt.h +++ b/main/win95nt.h @@ -41,7 +41,7 @@ typedef long pid_t; #define M_PI_4 0.78539816339744830962 #endif -#if !PHP_DEBUG +#if !defined(PHP_DEBUG) #ifdef inline #undef inline #endif