aboutsummaryrefslogtreecommitdiff
path: root/xmake.lua
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-17 19:10:53 +0200
committerStefan Boberg <[email protected]>2021-09-17 19:10:53 +0200
commit91ac797335b1363952595520e561fdf3b7e33a1a (patch)
tree3ec07ec556c0763a7ef15cb43d1421ba14f1c030 /xmake.lua
parentAssert improvements (diff)
downloadzen-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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake.lua b/xmake.lua
index f5a37e12d..d18962126 100644
--- a/xmake.lua
+++ b/xmake.lua
@@ -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")