X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/395367bcd303ad3b8fbf7d4f523f62d72ec7fa55..700d08c1092bd08150d47b952c1e0d817a64d75f:/include/wx/editlbox.h?ds=sidebyside diff --git a/include/wx/editlbox.h b/include/wx/editlbox.h index ad946eee7d..59236bcf3f 100644 --- a/include/wx/editlbox.h +++ b/include/wx/editlbox.h @@ -17,9 +17,9 @@ #include "wx/panel.h" -class WXDLLEXPORT wxBitmapButton; -class WXDLLEXPORT wxListCtrl; -class WXDLLEXPORT wxListEvent; +class WXDLLIMPEXP_FWD_CORE wxBitmapButton; +class WXDLLIMPEXP_FWD_CORE wxListCtrl; +class WXDLLIMPEXP_FWD_CORE wxListEvent; #define wxEL_ALLOW_NEW 0x0100 #define wxEL_ALLOW_EDIT 0x0200 @@ -27,7 +27,7 @@ class WXDLLEXPORT wxListEvent; #define wxEL_NO_REORDER 0x0800 #define wxEL_DEFAULT_STYLE (wxEL_ALLOW_NEW | wxEL_ALLOW_EDIT | wxEL_ALLOW_DELETE) -extern WXDLLEXPORT_DATA(const wxChar) wxEditableListBoxNameStr[]; +extern WXDLLIMPEXP_DATA_ADV(const wxChar) wxEditableListBoxNameStr[]; // This class provides a composite control that lets the // user easily enter list of strings