]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/timer.cpp
Corrected test for _vsnprintf
[wxWidgets.git] / src / os2 / timer.cpp
index 6ae0e005b0e054b5852a6606edb728c9fc0924b2..05784150e481451763e88a241148bf5c503bfd97 100644 (file)
@@ -31,7 +31,6 @@
 #include <sys/types.h>
 
 #include <sys/timeb.h>
-
 // ----------------------------------------------------------------------------
 // private functions
 // ----------------------------------------------------------------------------
@@ -43,9 +42,7 @@ ULONG wxTimerProc(HWND hwnd, ULONG, int nIdTimer, ULONG);
 // macros
 // ----------------------------------------------------------------------------
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxObject)
-#endif
 
 wxTimer::wxTimer()
 {