From fea0f9243dd09e2237af7810ff4dd8d6ebc7e1f3 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Mon, 21 Oct 2024 17:35:07 +0300 Subject: [PATCH] [UCRT] Remove __inline from conversion functions Otherwise no actual symbols will be created. --- sdk/lib/ucrt/convert/_wctype.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/lib/ucrt/convert/_wctype.cpp b/sdk/lib/ucrt/convert/_wctype.cpp index e1a64516a5b..aee7fa72500 100644 --- a/sdk/lib/ucrt/convert/_wctype.cpp +++ b/sdk/lib/ucrt/convert/_wctype.cpp @@ -12,6 +12,7 @@ #include #include +#define __inline extern "C" __inline int (__cdecl _isleadbyte_l)(int const c, _locale_t const locale)