use WideCharToMultiByte() instead of wcstombs() to deal with BSTRs containing NULs...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Feb 2008 08:04:39 +0000 (08:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 4 Feb 2008 08:04:39 +0000 (08:04 +0000)
commitbba85010a3d174d43c82c1450b72d744baefafd6
tree30eadae791836388eacbb3e71406259270285745
parentebe887ed03623b97508eb5a6959ba043fd2faa19
use WideCharToMultiByte() instead of wcstombs() to deal with BSTRs containing NULs (modified patch 1886062)

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