mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
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
Block a user