mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
compobj.dll16: void functions should not return a value.
This commit is contained in:
parent
8a4b7f9f22
commit
268226b658
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ void WINAPI CoUninitialize16(void)
|
|||
*/
|
||||
void WINAPI CoFreeUnusedLibraries16(void)
|
||||
{
|
||||
return CoFreeUnusedLibraries();
|
||||
CoFreeUnusedLibraries();
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
|
Loading…
Reference in a new issue