]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dcmemory.cpp
1. compilation fixes for TB_REPLACEBITMAP and FONTENUMPROC
[wxWidgets.git] / src / msw / dcmemory.cpp
index 78fa04fea3fe3d71496dac17795c84ccaeacb517..1a59e066277c9083bb5d34ec57ac2276590567da 100644 (file)
@@ -30,6 +30,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/utils.h"
+    #include "wx/log.h"
 #endif
 
 #include "wx/msw/private.h"
@@ -40,9 +41,7 @@
 // wxWin macros
 // ----------------------------------------------------------------------------
 
-#if !USE_SHARED_LIBRARY
     IMPLEMENT_DYNAMIC_CLASS(wxMemoryDC, wxDC)
-#endif
 
 // ============================================================================
 // implementation