From: Włodzimierz Skiba Date: Thu, 27 Oct 2005 21:22:48 +0000 (+0000) Subject: WinCE build fix according to eVC3 and eVC4 SDKs. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0ed94e8347ab38ea5103d39f5ec28df324598e97 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 --- 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_ -