compobj.dll16: void functions should not return a value.
This commit is contained in:
parent
8a4b7f9f22
commit
268226b658
|
@ -306,7 +306,7 @@ void WINAPI CoUninitialize16(void)
|
|||
*/
|
||||
void WINAPI CoFreeUnusedLibraries16(void)
|
||||
{
|
||||
return CoFreeUnusedLibraries();
|
||||
CoFreeUnusedLibraries();
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
|
Loading…
Reference in New Issue