fixed compile error for FINAL=1

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 1999-10-20 17:46:37 +00:00
parent 0398b1d65d
commit f6aa390384

View File

@ -43,7 +43,7 @@
#endif
#include <oleauto.h>
#ifndef __WIN32__
#ifndef __WIN32__
#include <ole2.h>
#include <olestd.h>
#endif
@ -482,10 +482,11 @@ STDMETHODIMP wxIDataObject::QueryGetData(FORMATETC *pformatetc)
#endif // Debug
}
else {
#ifdef __WXDEBUG__
wxLogTrace(wxTRACE_OleCalls,
wxT("wxIDataObject::QueryGetData: %s unsupported"),
wxDataObject::GetFormatName(format));
#endif
return DV_E_FORMATETC;
}