From c2eb1bc3e9b4379ce0519f42e57b8178bb6c0a9f Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 4 Nov 2006 17:43:58 +0000 Subject: [PATCH] add wxUSE_ACCESSIBILITY guards (bug 1107297) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/access.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/include/wx/access.h b/include/wx/access.h index 3d51a307cd..ffb3931f5b 100644 --- a/include/wx/access.h +++ b/include/wx/access.h @@ -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_ + -- 2.45.2