]> git.saurik.com Git - wxWidgets.git/blobdiff - src/qt/control.cpp
Added a param to ::Open() to allow the programmer to specify whether opening the...
[wxWidgets.git] / src / qt / control.cpp
index 651b272953bcb846674bff1b6d9e7d92edbdcff8..4786140bef7c2bda6ecff8f7c1b69efcfc9cc8e4 100644 (file)
 
 #include "wx/control.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_ABSTRACT_CLASS(wxControl, wxWindow)
 
 BEGIN_EVENT_TABLE(wxControl, wxWindow)
 END_EVENT_TABLE()
-#endif
 
 // Item members
 wxControl::wxControl()