Compilation fixes for wxUSE_FONTMAP==0.
Closes #11150. Closes #11152. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61773 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
* assume ABI compatibility even within a given wxWidgets release.
|
||||
*/
|
||||
|
||||
#if wxUSE_FONTMAP
|
||||
WXDLLIMPEXP_BASE wxMBConv* new_wxMBConv_cf( const char* name)
|
||||
{
|
||||
wxMBConv_cf *result = new wxMBConv_cf(name);
|
||||
@@ -44,6 +45,7 @@ WXDLLIMPEXP_BASE wxMBConv* new_wxMBConv_cf( const char* name)
|
||||
else
|
||||
return result;
|
||||
}
|
||||
#endif // wxUSE_FONTMAP
|
||||
|
||||
WXDLLIMPEXP_BASE wxMBConv* new_wxMBConv_cf(wxFontEncoding encoding)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user