]> git.saurik.com Git - wxWidgets.git/commitdiff
Compilation fixes.
authorMattia Barbon <mbarbon@cpan.org>
Sat, 20 Sep 2003 13:34:49 +0000 (13:34 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sat, 20 Sep 2003 13:34:49 +0000 (13:34 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23735 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/fontutil.h
src/common/strconv.cpp
src/msw/font.cpp
src/msw/fontenum.cpp
src/msw/fontutil.cpp
src/unix/fontenum.cpp
src/unix/fontutil.cpp

index 5e9e14c09ba5f67af0c43bc6c68a53ba7424edfa..da045f1c535341d7a88b2d908b5cad0a6e8232f9 100644 (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)
index b5e8925decc8f748b9780666c1f2f125e9cc84f1..cdbaabf73ee6bd5d17c8c489e9907b0664306150 100644 (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];
index ec02cd8ce43a91fbb7e768cd44422a6a2f0ba3e5..296142c5852e951b1f84cda50a426865d3515e8e 100644 (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"
index cc320215b80f4615e4379b8b7f15522be17c3a39..68c3e999f8c55feaef9447199d8c0eb99f1edf18 100644 (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"
index 1bff1940f7c94c78c6770335685b60c271ac700e..8f9844def70b4eeb133814bfbc1545c35e65e542 100644 (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"
index 869a546f3923991afaa5a5bef2f99ad46c45bf4e..94520acb8d1d4a6f730a85285bf0b26778a77728 100644 (file)
@@ -32,6 +32,7 @@
 #include "wx/fontmap.h"
 #include "wx/fontenum.h"
 #include "wx/fontutil.h"
+#include "wx/encinfo.h"
 
 // ----------------------------------------------------------------------------
 // Pango
index 268300e5fcb2f60a357c9b86beba45d867783522..55cecc3e1b1d13d98b8beac2dd6852f3b46ec9bc 100644 (file)
@@ -29,6 +29,7 @@
 #endif
 
 #ifndef WX_PRECOMP
+    #include "wx/encinfo.h"
 #endif // PCH
 
 #include "wx/fontutil.h"