BC++ and Watcom C++ makefile and source fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-10-23 19:55:01 +00:00
parent 18c98e42ee
commit 4d85bcd1f5
13 changed files with 35 additions and 30 deletions

View File

@@ -451,11 +451,11 @@ STDMETHODIMP wxIDataObject::SetData(FORMATETC *pformatetc,
case CF_OEMTEXT:
size = strlen((const char *)pBuf);
break;
#ifndef __WATCOMC__
case CF_UNICODETEXT:
size = wcslen((const wchar_t *)pBuf);
break;
#endif
case CF_BITMAP:
case CF_HDROP:
// these formats don't use size at all, anyhow (but