[UCRT] Remove __inline from conversion functions

Otherwise no actual symbols will be created.
This commit is contained in:
Timo Kreuzer 2024-10-21 17:35:07 +03:00
parent 13356a9001
commit fea0f9243d

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)