]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/private.h
mingw compilation fix
[wxWidgets.git] / include / wx / msw / private.h
index 2f5c2e49df8a53fe4b24e37a3118f75f69a86a1a..dffa2e32af48345ae57535a70be25f0159841b76 100644 (file)
 #include <windows.h>
 
 #ifdef __WXMICROWIN__
-/* Extra prototypes and symbols not defined by MicroWindows */
-#include "wx/msw/microwin.h"
+    // Extra prototypes and symbols not defined by MicroWindows
+    #include "wx/msw/microwin.h"
 #endif
 
 // undefine conflicting symbols which were defined in windows.h
 #include "wx/msw/winundef.h"
 
+#include "wx/log.h"
+
 class WXDLLEXPORT wxFont;
 class WXDLLEXPORT wxWindow;