Files
newlib/winsup/mingw/mingwex/mb_wc_common.h
Danny Smith c0b5e094e2 * mingwex/mb_wc_common.h (get_codepage): Get it
from __lc_codepage.
2006-09-19 09:09:58 +00:00

8 lines
126 B
C
Executable File

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