]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/log.cpp
drawing optimization fix
[wxWidgets.git] / src / common / log.cpp
index f91d104547316426ba6d689926818584435941a2..52e44a77e182b1828c3a00529350481d896bd714 100644 (file)
@@ -52,6 +52,8 @@
 
 #ifdef  __WXMSW__
   #include  <windows.h>
+  // Redefines OutputDebugString if necessary
+  #include  "wx/msw/private.h"
 #else   //Unix
   #include  <signal.h>
 #endif  //Win/Unix