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
This commit is contained in:
Włodzimierz Skiba
2005-10-27 21:22:48 +00:00
parent ebefb30e51
commit 0ed94e8347

View File

@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////////
// Name: wx/activex.h
// Name: wx/msw/ole/activex.h
// Purpose: wxActiveXContainer class
// Author: Ryan Norton <wxprojects@comcast.net>
// Modified by:
@@ -48,7 +48,11 @@
//---------------------------------------------------------------------------
#include <oleidl.h>
#include <olectl.h>
#if !defined(__WXWINCE__) || defined(__WINCE_STANDARDSDK__)
#include <exdisp.h>
#endif
#include <docobj.h>
//
@@ -182,4 +186,3 @@ protected:
};
#endif // _WX_MSW_OLE_ACTIVEXCONTAINER_H_