ole2.dll16: void functions should not return a value

Andrew Talbot andrew.talbot at talbotville.com
Sat Aug 6 06:51:17 CDT 2011


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

diff --git a/dlls/ole2.dll16/ole2.c b/dlls/ole2.dll16/ole2.c
index 275e9ff..25fb141 100644
--- a/dlls/ole2.dll16/ole2.c
+++ b/dlls/ole2.dll16/ole2.c
@@ -81,7 +81,7 @@ HRESULT WINAPI OleInitialize16(LPVOID reserved)
  */
 void WINAPI OleUninitialize16(void)
 {
-    return OleUninitialize();
+    OleUninitialize();
 }
 
 /***********************************************************************



More information about the wine-patches mailing list