From 0ed94e8347ab38ea5103d39f5ec28df324598e97 Mon Sep 17 00:00:00 2001 From: =?utf8?q?W=C5=82odzimierz=20Skiba?= Date: Thu, 27 Oct 2005 21:22:48 +0000 Subject: [PATCH] WinCE build fix according to eVC3 and eVC4 SDKs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36027 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/ole/activex.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/include/wx/msw/ole/activex.h b/include/wx/msw/ole/activex.h index 0c9477e8fe..f2668e6be9 100644 --- a/include/wx/msw/ole/activex.h +++ b/include/wx/msw/ole/activex.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: wx/activex.h +// Name: wx/msw/ole/activex.h // Purpose: wxActiveXContainer class // Author: Ryan Norton // Modified by: @@ -48,7 +48,11 @@ //--------------------------------------------------------------------------- #include #include + +#if !defined(__WXWINCE__) || defined(__WINCE_STANDARDSDK__) #include +#endif + #include // @@ -182,4 +186,3 @@ protected: }; #endif // _WX_MSW_OLE_ACTIVEXCONTAINER_H_ - -- 2.50.0