Fix build on Visual Studio 2017 15.8 (#2033)

This commit is contained in:
Yavor Georgiev 2018-09-19 15:33:12 +03:00 committed by GitHub
parent 79759dce29
commit de37785e8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
],
"conditions": [
["OS=='win'", {
"defines": [ "_UNICODE", "UNICODE", "WIN32=1", "_HAS_EXCEPTIONS=1", "WIN32_LEAN_AND_MEAN", "_WIN32_WINNT=0x600" ]
"defines": [ "_UNICODE", "UNICODE", "WIN32=1", "_HAS_EXCEPTIONS=1", "WIN32_LEAN_AND_MEAN", "_WIN32_WINNT=0x600", "_ENABLE_EXTENDED_ALIGNED_STORAGE" ]
}],
["OS=='mac'", {
"xcode_settings": {