]> git.saurik.com Git - wxWidgets.git/commitdiff
MinGW compilation fix.
authorMattia Barbon <mbarbon@cpan.org>
Thu, 22 May 2003 20:51:36 +0000 (20:51 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 22 May 2003 20:51:36 +0000 (20:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/access.h
src/msw/window.cpp

index b78642463e458307f08027f09979faa8d167a9a4..978987ed9da159e1db2f34c2d2bdbccef868b1af 100644 (file)
@@ -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)
index e9772cc34a5c380f1e93def181646bfe908dc9f7..83a50202fae4c740aef41112bd9d9228a7bbbc03 100644 (file)
@@ -60,6 +60,7 @@
 
 #if wxUSE_ACCESSIBILITY
     #include "wx/access.h"
+    #include <ole2.h>
     #include <oleacc.h>
     #ifndef WM_GETOBJECT
         #define WM_GETOBJECT 0x003D