From 9a4a101af5cfaa9a0976f899df000ff4fac503c8 Mon Sep 17 00:00:00 2001 From: ShrBox Date: Sun, 23 Jun 2024 19:38:34 +0800 Subject: [PATCH] chore: remove useless defines --- xmake.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmake.lua b/xmake.lua index 6073202..e1a292e 100644 --- a/xmake.lua +++ b/xmake.lua @@ -23,7 +23,7 @@ target("my-plugin") -- Change this to your plugin name. "/w44738", "/w45204" ) - add_defines("NOMINMAX", "UNICODE", "_HAS_CXX23=1") + add_defines("NOMINMAX", "UNICODE") add_files("src/**.cpp") add_includedirs("src") add_packages("levilamina")