diff options
| author | Stefan Boberg <[email protected]> | 2021-09-17 19:10:53 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-17 19:10:53 +0200 |
| commit | 91ac797335b1363952595520e561fdf3b7e33a1a (patch) | |
| tree | 3ec07ec556c0763a7ef15cb43d1421ba14f1c030 /xmake.lua | |
| parent | Assert improvements (diff) | |
| download | zen-91ac797335b1363952595520e561fdf3b7e33a1a.tar.xz zen-91ac797335b1363952595520e561fdf3b7e33a1a.zip | |
Added UNICODE and defined _WIN32_WINNT to match the sln
Diffstat (limited to 'xmake.lua')
| -rw-r--r-- | xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ if is_mode("debug") then end if is_os("windows") then - add_defines("_CRT_SECURE_NO_WARNINGS") + add_defines("_CRT_SECURE_NO_WARNINGS", "_UNICODE", "UNICODE", "_WIN32_WINNT=0x0A00") end add_defines("USE_SENTRY=1") |