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

ole32: Add missing parameter for RunningObjectTableImpl_UnInitialize.

parent 8aa5c993
......@@ -831,7 +831,7 @@ HRESULT WINAPI RunningObjectTableImpl_Initialize(void)
/***********************************************************************
* RunningObjectTable_UnInitialize
*/
HRESULT WINAPI RunningObjectTableImpl_UnInitialize()
HRESULT WINAPI RunningObjectTableImpl_UnInitialize(void)
{
TRACE("\n");
......
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