///////////////////////////////////////////////////////////////////////////////
-// Name: wx/activex.h
+// Name: wx/msw/ole/activex.h
// Purpose: wxActiveXContainer class
// Author: Ryan Norton <wxprojects@comcast.net>
// Modified by:
//---------------------------------------------------------------------------
#include <oleidl.h>
#include <olectl.h>
+
+#if !defined(__WXWINCE__) || defined(__WINCE_STANDARDSDK__)
#include <exdisp.h>
+#endif
+
#include <docobj.h>
//
};
#endif // _WX_MSW_OLE_ACTIVEXCONTAINER_H_
-