From: Włodzimierz Skiba Date: Fri, 28 Oct 2005 09:12:15 +0000 (+0000) Subject: Build fix for WinCE. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/7dab17dd7aa966d558733ada7edecb96a4f40a7a Build fix for WinCE. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36029 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/msw/ole/activex.cpp b/src/msw/ole/activex.cpp index 6bc9bf36a1..d1722eeb64 100644 --- a/src/msw/ole/activex.cpp +++ b/src/msw/ole/activex.cpp @@ -438,7 +438,9 @@ public: HRESULT STDMETHODCALLTYPE LockContainer(BOOL){return S_OK;} //********************IOleItemContainer*************************** HRESULT STDMETHODCALLTYPE - #ifdef _UNICODE + #if defined(__WXWINCE__) + GetObject + #elif defined(_UNICODE) GetObjectW #else GetObjectA