X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..00b4e7c946860a23696ea5189c7da2eefbeb3e3b:/include/wx/paper.h diff --git a/include/wx/paper.h b/include/wx/paper.h index 1f26fbd102..1d65049146 100644 --- a/include/wx/paper.h +++ b/include/wx/paper.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: paper.h +// Name: wx/paper.h // Purpose: Paper database types and classes // Author: Julian Smart // Modified by: @@ -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