summaryrefslogtreecommitdiff
path: root/core/src
diff options
context:
space:
mode:
authorSaikari <[email protected]>2026-01-17 17:46:10 +0300
committerSaikari <[email protected]>2026-01-17 17:46:10 +0300
commit48654429c7445533316365bfaaaa73f67d21ab5f (patch)
treef3f7e7799db91d81ff94f1994dd9aeb5cd83ae8f /core/src
parentb8aeb70cb4636e746d3655b2f5ba38fe7fdd2bf9 (diff)
test
Diffstat (limited to 'core/src')
-rw-r--r--core/src/xmake/string/case.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/xmake/string/case.c b/core/src/xmake/string/case.c
index f66849597..5310bdfb2 100644
--- a/core/src/xmake/string/case.c
+++ b/core/src/xmake/string/case.c
@@ -29,13 +29,13 @@
* includes
*/
#include "prefix.h"
-#include <wctype.h>
#ifdef TB_CONFIG_OS_WINDOWS
# include <windows.h>
#else
+# include <wctype.h>
# include <locale.h>
-# if defined(TB_CONFIG_OS_MACOS) || defined(TB_CONFIG_OS_IOS) || defined(TB_CONFIG_OS_BSD)
+# if defined(__APPLE__) || defined(__FreeBSD__) || defined(__DragonFly__)
# include <xlocale.h>
# endif
#endif