mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[UCRT] Remove __inline from conversion functions
Otherwise no actual symbols will be created.
This commit is contained in:
parent
13356a9001
commit
fea0f9243d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue