From 313d01f30afc4649cbb9eedd2ec11a9fac5bf932 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Sun, 29 Mar 2015 07:10:39 +0200 Subject: Drop old VC support in Zend Engine, this also kills the remaining MessageBox fix for Windows 9x that Anatol changed a while back --- Zend/zend_operators.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Zend/zend_operators.h') diff --git a/Zend/zend_operators.h b/Zend/zend_operators.h index 962b453bc2..9e937eba3b 100644 --- a/Zend/zend_operators.h +++ b/Zend/zend_operators.h @@ -416,10 +416,8 @@ ZEND_API void ZEND_FASTCALL zend_locale_sprintf_double(zval *op ZEND_FILE_LINE_D convert_scalar_to_number(pzv); \ } -#if HAVE_SETLOCALE && defined(ZEND_WIN32) && !defined(ZTS) && defined(_MSC_VER) && (_MSC_VER >= 1400) -/* This is performance improvement of tolower() on Windows and VC2005 - * Gives 10-18% on bench.php - */ +#if HAVE_SETLOCALE && defined(ZEND_WIN32) && !defined(ZTS) && defined(_MSC_VER) +/* This performance improvement of tolower() on Windows gives 10-18% on bench.php */ #define ZEND_USE_TOLOWER_L 1 #endif -- cgit v1.2.1