]> git.saurik.com Git - wxWidgets.git/commitdiff
minor fixes for mingw32 compilation
authorHarco de Hilster <harcoh@caos.kun.nl>
Sat, 17 Jul 1999 16:30:03 +0000 (16:30 +0000)
committerHarco de Hilster <harcoh@caos.kun.nl>
Sat, 17 Jul 1999 16:30:03 +0000 (16:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3024 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/cmndata.h
include/wx/msw/private.h

index 51d9ca25557301bc37f64e91d84f6938bdae7512..ce6cf7c866160f456903e1f214bdf8648c6a9823 100644 (file)
@@ -16,6 +16,7 @@
 #pragma interface "cmndata.h"
 #endif
 
+#include "wx/window.h"
 #include "wx/font.h"
 #include "wx/colour.h"
 #include "wx/gdicmn.h"
index ea234b79647280e835ca0fd7d472d4a4c963521a..8d4eee417ec1b7aa443446b995ee6eb6d63539c0 100644 (file)
@@ -56,7 +56,7 @@ WXDLLEXPORT_DATA(extern HFONT) wxSTATUS_LINE_FONT;
 // window proc
 // ---------------------------------------------------------------------------
 
-#if defined(__GNUWIN32__) && !defined(__MINGW32__)
+#if defined(__GNUWIN32__) 
 #  define CASTWNDPROC (long unsigned)
 #else
 #  ifdef __BORLANDC__