]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/include/wx/gizmos/editlbox.h
Changed WXDLLEXPORT --> GIZMOSDLLEXPORT (and added it where is wasn't
[wxWidgets.git] / contrib / include / wx / gizmos / editlbox.h
index 62b44f29f5d950a52f3c97778d9fb842a87b5ed8..43e339d8d7a817945c3145c6edfa8ef4b12b8c3b 100644 (file)
 
 #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);