Skip to content

Commit c30b5e6

Browse files
committed
set TreatWChar_tAsBuiltInType to false in MSVS
1 parent 1aead30 commit c30b5e6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

wd_build_options.gypi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,13 @@
8989
'_UNICODE',
9090
'_WINSOCKAPI_',
9191
],
92+
93+
'msvs_settings': {
94+
'VCCLCompilerTool': {
95+
'TreatWChar_tAsBuiltInType': 'false',
96+
},
97+
},
98+
9299
} ],
93100

94101
[ 'OS == "mac" or OS == "ios"', {

0 commit comments

Comments
 (0)