build fix for non-MSW

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Paul Cornett
2008-02-12 04:03:49 +00:00
parent e340b786a8
commit 071ccf2a7c

View File

@@ -1016,6 +1016,8 @@ static wxArrayString gs_searchPrefixes;
// wxLanguageInfo // wxLanguageInfo
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
#ifdef __WXMSW__
// helper used by wxLanguageInfo::GetLocaleName() and elsewhere to determine // helper used by wxLanguageInfo::GetLocaleName() and elsewhere to determine
// whether the locale is Unicode-only (it is if this function returns empty // whether the locale is Unicode-only (it is if this function returns empty
// string) // string)
@@ -1035,8 +1037,6 @@ static wxString wxGetANSICodePageForLocale(LCID lcid)
return cp; return cp;
} }
#ifdef __WXMSW__
wxUint32 wxLanguageInfo::GetLCID() const wxUint32 wxLanguageInfo::GetLCID() const
{ {
return MAKELCID(MAKELANGID(WinLang, WinSublang), SORT_DEFAULT); return MAKELCID(MAKELANGID(WinLang, WinSublang), SORT_DEFAULT);