Commit d7424771 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

ole32: Fix a declaration.

parent 64659785
...@@ -316,7 +316,7 @@ static HRESULT DataObjectImpl_CreateText(LPSTR text, LPDATAOBJECT *lplpdataobj) ...@@ -316,7 +316,7 @@ static HRESULT DataObjectImpl_CreateText(LPSTR text, LPDATAOBJECT *lplpdataobj)
return S_OK; return S_OK;
} }
static void test_set_clipboard() static void test_set_clipboard(void)
{ {
HRESULT hr; HRESULT hr;
ULONG ref; ULONG ref;
......
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