From e075b6cd6c49b28cd595f7f0db8907c27fb0ef28 Mon Sep 17 00:00:00 2001 From: Saikari Date: Sat, 17 Jan 2026 19:15:51 +0300 Subject: fixup --- core/src/xmake/string/case.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/src/xmake/string') diff --git a/core/src/xmake/string/case.c b/core/src/xmake/string/case.c index 06b98de41..0bdef51a3 100644 --- a/core/src/xmake/string/case.c +++ b/core/src/xmake/string/case.c @@ -42,9 +42,6 @@ # include # elif defined(__NetBSD__) # include -# endif -#endif - /* ////////////////////////////////////////////////////////////////////////////////////// * globals */ @@ -54,6 +51,9 @@ * setlocale() is not thread-safe on Windows or Linux, so we protect it globally. */ static tb_spinlock_t g_locale_lock = TB_SPINLOCK_INIT; +# endif +#endif + /* ////////////////////////////////////////////////////////////////////////////////////// * private implementation -- cgit v1.3.1