Commit 1fe2fc80 authored by Ivan.Shulga's avatar Ivan.Shulga Committed by Alexander Trofimov

linux build

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@59055 954022d7-b5bf-4e40-9824-e11837661b57
parent 35eeb07e
...@@ -758,7 +758,11 @@ bool CElementProps::CopyProperty(VARIANT& oDst, const VARIANT& oSrc) ...@@ -758,7 +758,11 @@ bool CElementProps::CopyProperty(VARIANT& oDst, const VARIANT& oSrc)
} }
case VT_BSTR: case VT_BSTR:
{ {
#ifdef _WIN32
oDst.bstrVal = SysAllocString(oSrc.bstrVal); oDst.bstrVal = SysAllocString(oSrc.bstrVal);
#else
oDst.bstrVal = oSrc.bstrVal;
#endif
break; break;
} }
default: default:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment