mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[UCRT] Remove __inline from conversion functions
Otherwise no actual symbols will be created.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user