From: Vadim Zeitlin Date: Sat, 4 Nov 2006 17:43:58 +0000 (+0000) Subject: add wxUSE_ACCESSIBILITY guards (bug 1107297) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c2eb1bc3e9b4379ce0519f42e57b8178bb6c0a9f add wxUSE_ACCESSIBILITY guards (bug 1107297) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43047 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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_ +