Commit 3fe447f5 authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

ole2.dll16: void functions should not return a value.

parent fb3b28f0
...@@ -81,7 +81,7 @@ HRESULT WINAPI OleInitialize16(LPVOID reserved) ...@@ -81,7 +81,7 @@ HRESULT WINAPI OleInitialize16(LPVOID reserved)
*/ */
void WINAPI OleUninitialize16(void) void WINAPI OleUninitialize16(void)
{ {
return OleUninitialize(); OleUninitialize();
} }
/*********************************************************************** /***********************************************************************
......
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