]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/fontmap.h
workaround a Watcom build
[wxWidgets.git] / include / wx / fontmap.h
index f8b613308c1ba5841812c9c59c3db0e888792f0c..0af055a93e5ba48685930c91c66fd30c0e73c758 100644 (file)
 #endif // wxUSE_GUI
 
 #if wxUSE_CONFIG
-    class WXDLLEXPORT wxConfigBase;
+    class WXDLLIMPEXP_BASE wxConfigBase;
 #endif // wxUSE_CONFIG
 
-class WXDLLEXPORT wxFontMapper;
+class WXDLLIMPEXP_BASE wxFontMapper;
 
 #if wxUSE_GUI
-    class WXDLLEXPORT wxWindow;
+    class WXDLLIMPEXP_CORE wxWindow;
 #endif // wxUSE_GUI
 
 // ============================================================================
@@ -47,7 +47,7 @@ class WXDLLEXPORT wxFontMapper;
 //                   in knowledge of the encodings equivalence
 // ----------------------------------------------------------------------------
 
-class WXDLLEXPORT wxFontMapperBase
+class WXDLLIMPEXP_BASE wxFontMapperBase
 {
 public:
     // constructtor and such
@@ -167,7 +167,7 @@ private:
 
 #if wxUSE_GUI
 
-class WXDLLEXPORT wxFontMapper : public wxFontMapperBase
+class WXDLLIMPEXP_CORE wxFontMapper : public wxFontMapperBase
 {
 public:
     // default ctor
@@ -240,7 +240,7 @@ private:
 
 #else // !wxUSE_GUI
 
-class WXDLLEXPORT wxFontMapper : public wxFontMapperBase
+class WXDLLIMPEXP_BASE wxFontMapper : public wxFontMapperBase
 {
 };