summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authortqfx <[email protected]>2024-05-13 16:53:54 +0800
committerGitHub <[email protected]>2024-05-13 16:53:54 +0800
commitd168b63ebc546b52fed194a92bc63fbc2195436a (patch)
tree4c0ce0cea00cb57f1e21f09f52ca82b8523af29a /core/src
parent619079e952be45e1f61077cf7fb035ba0ef45e5e (diff)
Remove unnecessary definition configuration on mingw
Diffstat (limited to 'core/src')
-rwxr-xr-xcore/src/xmake/xmake.sh1
1 files changed, 0 insertions, 1 deletions
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