X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/00b2a5df9502adfd9a14ce01ab603f7906984995..a8522481f71a43df96d6322890e9f539c7737993:/contrib/include/wx/gizmos/editlbox.h diff --git a/contrib/include/wx/gizmos/editlbox.h b/contrib/include/wx/gizmos/editlbox.h index 62b44f29f5..43e339d8d7 100644 --- a/contrib/include/wx/gizmos/editlbox.h +++ b/contrib/include/wx/gizmos/editlbox.h @@ -17,15 +17,21 @@ #include "wx/panel.h" +#ifdef GIZMOISDLL +#define GIZMODLLEXPORT WXDLLEXPORT +#else +#define GIZMODLLEXPORT +#endif + class WXDLLEXPORT wxBitmapButton; class WXDLLEXPORT wxListCtrl; class WXDLLEXPORT wxListEvent; - + // This class provides a composite control that lets the // user easily enter list of strings -class WXDLLEXPORT wxEditableListBox : public wxPanel +class GIZMODLLEXPORT wxEditableListBox : public wxPanel { DECLARE_CLASS(wxEditableListBox);