X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ab7ce33c563651f790f99d64ee56727706047ae3..5b12cceef870243338e39d4b15536008491de474:/contrib/include/wx/gizmos/editlbox.h diff --git a/contrib/include/wx/gizmos/editlbox.h b/contrib/include/wx/gizmos/editlbox.h index 5ee5c8048b..06a5956b56 100644 --- a/contrib/include/wx/gizmos/editlbox.h +++ b/contrib/include/wx/gizmos/editlbox.h @@ -12,17 +12,11 @@ #define __WX_EDITLBOX_H__ #if defined(__GNUG__) && !defined(__APPLE__) - #pragma interface "editlbox.h" + #pragma interface "editlbox.h" #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,9 +29,9 @@ 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); + DECLARE_CLASS(wxEditableListBox) public: wxEditableListBox(wxWindow *parent, wxWindowID id,