X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2fc40b4786f7ae8c255ce1184441bd94d9554a0..711f12ef2ea0c37d65b3170f78f4705ee85d0c40:/include/wx/palmos/dialog.h diff --git a/include/wx/palmos/dialog.h b/include/wx/palmos/dialog.h index a2b9f74506..e8f66f58c0 100644 --- a/include/wx/palmos/dialog.h +++ b/include/wx/palmos/dialog.h @@ -14,12 +14,12 @@ #include "wx/panel.h" -//WXDLLEXPORT_DATA(extern const wxChar) wxDialogNameStr[]; +//WXDLLIMPEXP_DATA_CORE(extern const wxChar) wxDialogNameStr[]; class WXDLLIMPEXP_FWD_CORE wxDialogModalData; // Dialog boxes -class WXDLLEXPORT wxDialog : public wxDialogBase +class WXDLLIMPEXP_CORE wxDialog : public wxDialogBase { public: wxDialog() { Init(); } @@ -82,7 +82,7 @@ private: DECLARE_DYNAMIC_CLASS(wxDialog) - DECLARE_NO_COPY_CLASS(wxDialog) + wxDECLARE_NO_COPY_CLASS(wxDialog); }; #endif