summaryrefslogtreecommitdiff
path: root/win32/build
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-07-14 10:54:39 +0000
committerPierre Joye <pajoye@php.net>2011-07-14 10:54:39 +0000
commit731029a672baf50bef0a2cb1e178a9b7de002e87 (patch)
tree5823e43bc3f2f59e4a2c3f0bda683967cdeca2ef /win32/build
parent3af61f1bf2ad087ddd133a08bb22ea21a14c117a (diff)
downloadphp-git-731029a672baf50bef0a2cb1e178a9b7de002e87.tar.gz
- fix decl
Diffstat (limited to 'win32/build')
-rw-r--r--win32/build/config.w322
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build/config.w32 b/win32/build/config.w32
index 516172b260..0cec4b140f 100644
--- a/win32/build/config.w32
+++ b/win32/build/config.w32
@@ -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');