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:
parent
0398b1d65d
commit
f6aa390384
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user