X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f30f25b559728c48e767774a34a72bde28bc85f7..b3e5d05894c018ea50d92de6249aa09d211e2ef7:/src/msw/ole/access.cpp diff --git a/src/msw/ole/access.cpp b/src/msw/ole/access.cpp index 56f871eece..e168dda881 100644 --- a/src/msw/ole/access.cpp +++ b/src/msw/ole/access.cpp @@ -24,15 +24,15 @@ #pragma hdrstop #endif -#ifndef WX_PRECOMP - #include "wx/window.h" -#endif - #if wxUSE_OLE && wxUSE_ACCESSIBILITY -#include "wx/log.h" #include "wx/access.h" +#ifndef WX_PRECOMP + #include "wx/window.h" + #include "wx/log.h" +#endif + #include "wx/msw/wrapwin.h" // for some compilers, the entire ole2.h must be included, not only oleauto.h @@ -1991,4 +1991,4 @@ wxAccSelectionFlags wxConvertFromWindowsSelFlag(int sel) } -#endif //USE_ACCESSIBILITY +#endif // wxUSE_OLE && wxUSE_ACCESSIBILITY