Compilation fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
11db7d81d1
commit
e4ffab299a
@ -31,6 +31,8 @@
|
||||
#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)
|
||||
|
@ -521,7 +521,6 @@ const char *IC_CharSet::ms_wcCharsetName = NULL;
|
||||
bool IC_CharSet::ms_wcNeedsSwap = FALSE;
|
||||
|
||||
IC_CharSet::IC_CharSet(const wxChar *name)
|
||||
: wxCharacterSet(name)
|
||||
{
|
||||
// Do it the hard way
|
||||
char cname[100];
|
||||
|
@ -35,6 +35,7 @@
|
||||
#include "wx/app.h"
|
||||
#include "wx/font.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/encinfo.h"
|
||||
#endif // WX_PRECOMP
|
||||
|
||||
#include "wx/msw/private.h"
|
||||
|
@ -31,7 +31,8 @@
|
||||
#if wxUSE_FONTMAP
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/font.h"
|
||||
#include "wx/font.h"
|
||||
#include "wx/encinfo.h"
|
||||
#endif
|
||||
|
||||
#include "wx/msw/private.h"
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "wx/string.h"
|
||||
#include "wx/log.h"
|
||||
#include "wx/intl.h"
|
||||
#include "wx/encinfo.h"
|
||||
#endif //WX_PRECOMP
|
||||
|
||||
#include "wx/msw/private.h"
|
||||
|
@ -32,6 +32,7 @@
|
||||
#include "wx/fontmap.h"
|
||||
#include "wx/fontenum.h"
|
||||
#include "wx/fontutil.h"
|
||||
#include "wx/encinfo.h"
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
// Pango
|
||||
|
@ -29,6 +29,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/encinfo.h"
|
||||
#endif // PCH
|
||||
|
||||
#include "wx/fontutil.h"
|
||||
|
Loading…
Reference in New Issue
Block a user