From: Mattia Barbon Date: Thu, 22 May 2003 20:51:36 +0000 (+0000) Subject: MinGW compilation fix. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/bef8d4810dfdcf328fe4a2949c3543b38aee8bd5 MinGW compilation fix. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/access.h b/include/wx/access.h index b78642463e..978987ed9d 100644 --- a/include/wx/access.h +++ b/include/wx/access.h @@ -225,6 +225,9 @@ typedef enum // ---------------------------------------------------------------------------- class WXDLLEXPORT wxAccessible; +class WXDLLEXPORT wxWindow; +class WXDLLEXPORT wxPoint; +class WXDLLEXPORT wxRect; class WXDLLEXPORT wxAccessibleBase : public wxObject { DECLARE_NO_COPY_CLASS(wxAccessibleBase) diff --git a/src/msw/window.cpp b/src/msw/window.cpp index e9772cc34a..83a50202fa 100644 --- a/src/msw/window.cpp +++ b/src/msw/window.cpp @@ -60,6 +60,7 @@ #if wxUSE_ACCESSIBILITY #include "wx/access.h" + #include #include #ifndef WM_GETOBJECT #define WM_GETOBJECT 0x003D