git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51673
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// wxLanguageInfo
// ----------------------------------------------------------------------------
+#ifdef __WXMSW__
+
// helper used by wxLanguageInfo::GetLocaleName() and elsewhere to determine
// whether the locale is Unicode-only (it is if this function returns empty
// string)
return cp;
}
-#ifdef __WXMSW__
-
wxUint32 wxLanguageInfo::GetLCID() const
{
return MAKELCID(MAKELANGID(WinLang, WinSublang), SORT_DEFAULT);