missing #if's needed for compilation with some wxUSE_XXX set to 0 (patch 728413)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -200,6 +200,13 @@ private:
|
||||
// do NOT use! This is for backward compatibility, use wxFontMapper::Get() instead
|
||||
#define wxTheFontMapper (wxFontMapper::Get())
|
||||
|
||||
#endif // wxUSE_FONTMAP
|
||||
#else // !wxUSE_FONTMAP
|
||||
|
||||
#if wxUSE_GUI
|
||||
// wxEncodingToCodepage (utils.cpp) needs wxGetNativeFontEncoding
|
||||
#include "wx/fontenc.h"
|
||||
#endif
|
||||
|
||||
#endif // wxUSE_FONTMAP/!wxUSE_FONTMAP
|
||||
|
||||
#endif // _WX_FONTMAPPER_H_
|
||||
|
Reference in New Issue
Block a user