add wxUSE_ACCESSIBILITY guards (bug 1107297)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2006-11-04 17:43:58 +00:00
parent 068eb463a4
commit c2eb1bc3e9

View File

@ -18,6 +18,8 @@
#include "wx/defs.h"
#if wxUSE_ACCESSIBILITY
#include "wx/variant.h"
typedef enum
@ -369,5 +371,7 @@ private:
#include "wx/msw/ole/access.h"
#endif
#endif
// _WX_ACCESSBASE_H_
#endif // wxUSE_ACCESSIBILITY
#endif // _WX_ACCESSBASE_H_