X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/366d7bd615a6ec455632e6f04453c37e995f6599..e8332ccfe0cf1653b257d46d5c41339e2b2da438:/contrib/include/wx/gizmos/editlbox.h diff --git a/contrib/include/wx/gizmos/editlbox.h b/contrib/include/wx/gizmos/editlbox.h index 435a286fa9..06a5956b56 100644 --- a/contrib/include/wx/gizmos/editlbox.h +++ b/contrib/include/wx/gizmos/editlbox.h @@ -11,18 +11,12 @@ #ifndef __WX_EDITLBOX_H__ #define __WX_EDITLBOX_H__ -#ifdef __GNUG__ - #pragma interface "editlbox.h" +#if defined(__GNUG__) && !defined(__APPLE__) + #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,