mpr: Remove DllCanUnloadNow and DllGetClassObject.

oldstable
Alistair Leslie-Hughes 2011-10-08 21:06:02 +11:00 committed by Alexandre Julliard
parent 79115f4179
commit 81b67c5b15
2 changed files with 0 additions and 10 deletions

View File

@ -23,8 +23,6 @@
24 stdcall @(ptr) MPR_Free
25 stdcall @(ptr long) _MPR_25
@ stdcall -private DllCanUnloadNow()
@ stub DllGetClassObject
@ stdcall MultinetGetConnectionPerformanceA(ptr ptr)
@ stdcall MultinetGetConnectionPerformanceW(ptr ptr)
@ stdcall MultinetGetErrorTextA(long ptr long)

View File

@ -73,14 +73,6 @@ BOOL WINAPI _MPR_25( LPBYTE lpMem, INT len )
return FALSE;
}
/*****************************************************************
* DllCanUnloadNow [MPR.@]
*/
HRESULT WINAPI DllCanUnloadNow(void)
{
return S_OK;
}
/*****************************************************************
* DllMain [MPR.init]
*/