Bump _WIN32_IE in cmake build

This commit is contained in:
Chocobo1 2017-04-06 06:51:24 +08:00 committed by sledgehammer999
parent 5783f7bafe
commit 7cc32cbe97
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -19,7 +19,7 @@ add_definitions(-DUNICODE
-DWIN32_LEAN_AND_MEAN
-DNTDDI_VERSION=0x05010000
-D_WIN32_WINNT=0x0501
-D_WIN32_IE=0x0500
-D_WIN32_IE=0x0501
-D_CRT_SECURE_NO_DEPRECATE
-D_SCL_SECURE_NO_DEPRECATE
)