From: Moriyoshi Koizumi Date: Sun, 23 Mar 2003 01:45:28 +0000 (+0000) Subject: MFH(r-1.7): added some compiler check X-Git-Tag: php-4.3.2RC2~273 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7ebc88851378042faf4b76553726827ee364616e;p=php MFH(r-1.7): added some compiler check --- diff --git a/ext/calendar/jewish.c b/ext/calendar/jewish.c index 3dbb01c26a..f4dc7c35ae 100644 --- a/ext/calendar/jewish.c +++ b/ext/calendar/jewish.c @@ -260,7 +260,7 @@ * **************************************************************************/ -#ifdef PHP_WIN32 +#if defined(PHP_WIN32) && _MSC_VER >= 1200 #pragma setlocale("english") #endif