X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2fc40b4786f7ae8c255ce1184441bd94d9554a0..43a0d1e1e9ad68d1de6400bb619f294e18cf4dfe:/include/wx/palmos/dialog.h diff --git a/include/wx/palmos/dialog.h b/include/wx/palmos/dialog.h index a2b9f74506..9fd8edeb76 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(); }