mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
- fix decl
This commit is contained in:
parent
3af61f1bf2
commit
731029a672
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue