Commit 81b67c5b authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

mpr: Remove DllCanUnloadNow and DllGetClassObject.

parent 79115f41
......@@ -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)
......
......@@ -74,14 +74,6 @@ BOOL WINAPI _MPR_25( LPBYTE lpMem, INT len )
}
/*****************************************************************
* DllCanUnloadNow [MPR.@]
*/
HRESULT WINAPI DllCanUnloadNow(void)
{
return S_OK;
}
/*****************************************************************
* DllMain [MPR.init]
*/
BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment