MinGW compilation fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20697 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -225,6 +225,9 @@ typedef enum
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
class WXDLLEXPORT wxAccessible;
|
class WXDLLEXPORT wxAccessible;
|
||||||
|
class WXDLLEXPORT wxWindow;
|
||||||
|
class WXDLLEXPORT wxPoint;
|
||||||
|
class WXDLLEXPORT wxRect;
|
||||||
class WXDLLEXPORT wxAccessibleBase : public wxObject
|
class WXDLLEXPORT wxAccessibleBase : public wxObject
|
||||||
{
|
{
|
||||||
DECLARE_NO_COPY_CLASS(wxAccessibleBase)
|
DECLARE_NO_COPY_CLASS(wxAccessibleBase)
|
||||||
|
@@ -60,6 +60,7 @@
|
|||||||
|
|
||||||
#if wxUSE_ACCESSIBILITY
|
#if wxUSE_ACCESSIBILITY
|
||||||
#include "wx/access.h"
|
#include "wx/access.h"
|
||||||
|
#include <ole2.h>
|
||||||
#include <oleacc.h>
|
#include <oleacc.h>
|
||||||
#ifndef WM_GETOBJECT
|
#ifndef WM_GETOBJECT
|
||||||
#define WM_GETOBJECT 0x003D
|
#define WM_GETOBJECT 0x003D
|
||||||
|
Reference in New Issue
Block a user