X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..01002a3525ac7eee5b31c6c4506121d37dde88c6:/contrib/include/wx/gizmos/editlbox.h?ds=sidebyside diff --git a/contrib/include/wx/gizmos/editlbox.h b/contrib/include/wx/gizmos/editlbox.h index 5ee5c8048b..5674b08cb4 100644 --- a/contrib/include/wx/gizmos/editlbox.h +++ b/contrib/include/wx/gizmos/editlbox.h @@ -16,13 +16,7 @@ #endif #include "wx/panel.h" - -#ifdef GIZMOISDLL -#define GIZMODLLEXPORT WXDLLEXPORT -#else -#define GIZMODLLEXPORT -#endif - +#include "wx/gizmos/gizmos.h" class WXDLLEXPORT wxBitmapButton; class WXDLLEXPORT wxListCtrl; @@ -35,7 +29,7 @@ class WXDLLEXPORT wxListEvent; // This class provides a composite control that lets the // user easily enter list of strings -class GIZMODLLEXPORT wxEditableListBox : public wxPanel +class WXDLLIMPEXP_GIZMOS wxEditableListBox : public wxPanel { DECLARE_CLASS(wxEditableListBox);