X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e56880a0ef5eb3da2c1ea80fade06a93052975b5..3f8cdda4851796e5f5f5bcd82d9e867a30581a6f:/include/wx/palmos/dialog.h diff --git a/include/wx/palmos/dialog.h b/include/wx/palmos/dialog.h index 7c9e3b1edf..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 WXDLLEXPORT wxDialogModalData; +class WXDLLIMPEXP_FWD_CORE wxDialogModalData; // Dialog boxes -class WXDLLEXPORT wxDialog : public wxDialogBase +class WXDLLIMPEXP_CORE wxDialog : public wxDialogBase { public: wxDialog() { Init(); }