X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..e143fb636d50d5802dcc8c7c2e9e8e2944afa467:/include/wx/paper.h diff --git a/include/wx/paper.h b/include/wx/paper.h index 1f26fbd102..5b42a80bed 100644 --- a/include/wx/paper.h +++ b/include/wx/paper.h @@ -30,7 +30,7 @@ #define WXADDPAPER(paperId, platformId, name, w, h) AddPaperType(paperId, 0, name, w, h) #endif -class WXDLLEXPORT wxPrintPaperType: public wxObject +class WXDLLIMPEXP_CORE wxPrintPaperType: public wxObject { public: wxPrintPaperType(); @@ -68,9 +68,9 @@ private: WX_DECLARE_STRING_HASH_MAP(wxPrintPaperType*, wxStringToPrintPaperTypeHashMap); -class WXDLLEXPORT wxPrintPaperTypeList; +class WXDLLIMPEXP_FWD_CORE wxPrintPaperTypeList; -class WXDLLEXPORT wxPrintPaperDatabase +class WXDLLIMPEXP_CORE wxPrintPaperDatabase { public: wxPrintPaperDatabase(); @@ -115,7 +115,7 @@ private: // DECLARE_DYNAMIC_CLASS(wxPrintPaperDatabase) }; -extern WXDLLEXPORT_DATA(wxPrintPaperDatabase*) wxThePrintPaperDatabase; +extern WXDLLIMPEXP_DATA_CORE(wxPrintPaperDatabase*) wxThePrintPaperDatabase; #endif