]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/app.cpp
Added missing include for non-precompiled headers.
[wxWidgets.git] / src / stubs / app.cpp
index b04a01bbe254908e39fe0a9b0d67217474674ac7..681e66155693cdf5c877bb8212e7bc14cbf22ce6 100644 (file)
@@ -40,12 +40,10 @@ extern wxList wxPendingDelete;
 
 wxApp *wxTheApp = NULL;
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxApp, wxEvtHandler)
 BEGIN_EVENT_TABLE(wxApp, wxEvtHandler)
     EVT_IDLE(wxApp::OnIdle)
 END_EVENT_TABLE()
-#endif
 
 long wxApp::sm_lastMessageTime = 0;