git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23735
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include "wx/msw/winundef.h"
#endif
+struct WXDLLEXPORT wxNativeEncodingInfo;
+
#if defined(_WX_X_FONTLIKE)
// the symbolic names for the XLFD fields (with examples for their value)
bool IC_CharSet::ms_wcNeedsSwap = FALSE;
IC_CharSet::IC_CharSet(const wxChar *name)
- : wxCharacterSet(name)
{
// Do it the hard way
char cname[100];
#include "wx/app.h"
#include "wx/font.h"
#include "wx/log.h"
+ #include "wx/encinfo.h"
#endif // WX_PRECOMP
#include "wx/msw/private.h"
#if wxUSE_FONTMAP
#ifndef WX_PRECOMP
- #include "wx/font.h"
+ #include "wx/font.h"
+ #include "wx/encinfo.h"
#endif
#include "wx/msw/private.h"
#include "wx/string.h"
#include "wx/log.h"
#include "wx/intl.h"
+ #include "wx/encinfo.h"
#endif //WX_PRECOMP
#include "wx/msw/private.h"
#include "wx/fontmap.h"
#include "wx/fontenum.h"
#include "wx/fontutil.h"
+#include "wx/encinfo.h"
// ----------------------------------------------------------------------------
// Pango
#endif
#ifndef WX_PRECOMP
+ #include "wx/encinfo.h"
#endif // PCH
#include "wx/fontutil.h"