Added CoFreeLibrary stub.

This commit is contained in:
Ove Kaaven 1998-11-01 14:47:53 +00:00 committed by Alexandre Julliard
parent 94fa029b69
commit fa5f56fceb
2 changed files with 9 additions and 1 deletions

View file

@ -570,6 +570,14 @@ HRESULT WINAPI CoCreateInstance(
#endif
}
/***********************************************************************
* CoFreeLibrary [COMPOBJ.13]
*/
void WINAPI CoFreeLibrary(HINSTANCE32 hInst)
{
FIXME(ole,"(), stub !\n");
}
/***********************************************************************
* CoFreeUnusedLibraries [COMPOBJ.17]
*/

View file

@ -13,7 +13,7 @@ type win32
10 stdcall CoFileTimeNow(ptr) CoFileTimeNow
11 stdcall CoFileTimeToDosDateTime(ptr ptr ptr) FileTimeToDosDateTime
12 stub CoFreeAllLibraries
13 stub CoFreeLibrary
13 stdcall CoFreeLibrary(long) CoFreeLibrary
14 stdcall CoFreeUnusedLibraries() CoFreeUnusedLibraries
15 stub CoGetCallerTID
16 stub CoGetClassObject