libc/winsup/mingw/mingwex/mb_wc_common.h

8 lines
126 B
C
Executable File

__declspec(dllimport) unsigned int __lc_codepage;
static inline
unsigned int get_codepage (void)
{
return __lc_codepage;
}