From: Pierre Joye Date: Mon, 18 Jul 2011 12:00:08 +0000 (+0000) Subject: - not a good idea after all and did not do what I thought it should do X-Git-Tag: php-5.4.0alpha3~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58b7766aec73f845523262115e354fa6fbb2190f;p=php - not a good idea after all and did not do what I thought it should do --- diff --git a/win32/build/config.w32 b/win32/build/config.w32 index 0cec4b140f..2351ee695b 100644 --- a/win32/build/config.w32 +++ b/win32/build/config.w32 @@ -151,7 +151,6 @@ if (VCVERS >= 1400) { // Set some debug/release specific options ADD_FLAG('CFLAGS', ' /RTC1 '); } - ADD_FLAG('CFLAGS', ' /D_BIND_TO_CURRENT_CRT_VERSION=1 '); } ARG_WITH('mp', 'Tell VC9+ use up to [n,auto,disable] processes for compilation', 'auto');