]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/editlbox.cpp
fixed DLL linking of wxConvLibc etc.
[wxWidgets.git] / src / generic / editlbox.cpp
index b01dcf968d2a6d305d32a2fc0c5579c0e2f851df..76a2d5360ff8f9436adfa35026a7516f569c30b9 100644 (file)
@@ -14,6 +14,8 @@
     #pragma hdrstop
 #endif
 
+#if wxUSE_EDITABLELISTBOX
+
 // for all others, include the necessary headers (this file is usually all you
 // need because it includes almost all "standard" wxWidgets headers)
 #ifndef WX_PRECOMP
@@ -376,3 +378,5 @@ void wxEditableListBox::OnDownItem(wxCommandEvent& WXUNUSED(event))
     m_listCtrl->SetItemState(m_selection + 1,
                              wxLIST_STATE_SELECTED, wxLIST_STATE_SELECTED);
 }
+
+#endif // wxUSE_EDITABLELISTBOX