ole32/tests: Write-strings warnings fix.
This commit is contained in:
parent
3f8e2efc18
commit
6bb8a7f726
|
@ -297,7 +297,7 @@ static const IDataObjectVtbl VT_DataObjectImpl =
|
|||
DataObjectImpl_EnumDAdvise
|
||||
};
|
||||
|
||||
static HRESULT DataObjectImpl_CreateText(LPSTR text, LPDATAOBJECT *lplpdataobj)
|
||||
static HRESULT DataObjectImpl_CreateText(LPCSTR text, LPDATAOBJECT *lplpdataobj)
|
||||
{
|
||||
DataObjectImpl *obj;
|
||||
|
||||
|
|
Loading…
Reference in New Issue