Provide stand-in IDropTargetHelper definition to fix VC6 build.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Oct 2012 14:42:58 +0000 (14:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Oct 2012 14:42:58 +0000 (14:42 +0000)
commit4d604ad39743adc74dbac76ef23f4bab21006a51
tree5bebb77f7f38d67486661800b2980058f1912da2
parent1dc17bcafb89b0bde0406e692df79111c197d38e
Provide stand-in IDropTargetHelper definition to fix VC6 build.

VC6 SDK doesn't define this interface, so do it ourselves to fix its build
after the changes of r72668.

See #14697.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/ole/droptgt.h
src/msw/ole/droptgt.cpp