]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/timer.cpp
No #if wxUSE_DRAG_AND_DROP around the wxMetafileDataObject class, so compilation...
[wxWidgets.git] / src / msw / timer.cpp
index 682f66980cc5eebc164e8d0eda987e1d14a4d6aa..cd331eb4ec1ce8b3e9ae74769622ce6df62f3f04 100644 (file)
@@ -51,9 +51,7 @@ UINT WINAPI _EXPORT wxTimerProc(HWND hwnd, WORD, int idTimer, DWORD);
     #define _EXPORT _export
 #endif
 
-#if !USE_SHARED_LIBRARY
     IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxObject)
-#endif
 
 // ============================================================================
 // implementation