summaryrefslogtreecommitdiffstats
path: root/winsup/mingw/mingwex/mb_wc_common.h
blob: 40028d6828b42399474c2e77c4852b82256e692f (plain)
1
2
3
4
5
6
7
__declspec(dllimport) unsigned int __lc_codepage;

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