[UCRT] Remove __inline from conversion functions

Otherwise no actual symbols will be created.
This commit is contained in:
Timo Kreuzer
2025-01-22 18:56:08 +02:00
parent 13356a9001
commit fea0f9243d
+1
View File
@@ -12,6 +12,7 @@
#include <ctype.h>
#include <locale.h>
#define __inline
extern "C" __inline int (__cdecl _isleadbyte_l)(int const c, _locale_t const locale)