]> granicus.if.org Git - php/commitdiff
- fix decl
authorPierre Joye <pajoye@php.net>
Thu, 14 Jul 2011 10:54:39 +0000 (10:54 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 14 Jul 2011 10:54:39 +0000 (10:54 +0000)
win32/build/config.w32

index 516172b2605cc877b020491be5ce6fd3b1059b8c..0cec4b140f2df90af7298668272d919af5d107c3 100644 (file)
@@ -151,7 +151,7 @@ if (VCVERS >= 1400) {
                // Set some debug/release specific options
                ADD_FLAG('CFLAGS', ' /RTC1 ');
        }
-       ADD_FLAG('CFLAGS', ' /D_BIND_TO_CURRENT_CRT_VERSION =1 ');
+       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');