mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Use wchar_t as native type in C
This commit is contained in:
parent
8346b4c9f1
commit
22091084fa
1 changed files with 2 additions and 0 deletions
|
@ -3294,6 +3294,8 @@ function toolset_setup_common_cflags()
|
|||
if (VCVERS >= 1914) {
|
||||
ADD_FLAG("CFLAGS", "/d2FuncCache1");
|
||||
}
|
||||
|
||||
ADD_FLAG("CFLAGS", "/Zc:wchar_t");
|
||||
} else if (CLANG_TOOLSET) {
|
||||
if (X64) {
|
||||
ADD_FLAG('CFLAGS', '-m64');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue