From d168b63ebc546b52fed194a92bc63fbc2195436a Mon Sep 17 00:00:00 2001 From: tqfx Date: Mon, 13 May 2024 16:53:54 +0800 Subject: Remove unnecessary definition configuration on mingw --- core/src/xmake/xmake.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/xmake/xmake.sh b/core/src/xmake/xmake.sh index d6bd0c2c4..62af5b2fa 100755 --- a/core/src/xmake/xmake.sh +++ b/core/src/xmake/xmake.sh @@ -72,7 +72,6 @@ target "xmake" add_files "string/*.c" add_files "tty/*.c" if is_plat "mingw"; then - add_defines "UNICODE" "_UNICODE" add_files "winos/*.c" fi -- cgit v1.3.1