Compilation fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2003-09-20 13:34:49 +00:00
parent 11db7d81d1
commit e4ffab299a
7 changed files with 8 additions and 2 deletions

View File

@ -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)

View File

@ -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];

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -32,6 +32,7 @@
#include "wx/fontmap.h"
#include "wx/fontenum.h"
#include "wx/fontutil.h"
#include "wx/encinfo.h"
// ----------------------------------------------------------------------------
// Pango

View File

@ -29,6 +29,7 @@
#endif
#ifndef WX_PRECOMP
#include "wx/encinfo.h"
#endif // PCH
#include "wx/fontutil.h"