Added Extract stub.
This commit is contained in:
parent
231f2594d2
commit
eba84bb564
|
@ -127,3 +127,13 @@ HRESULT WINAPI RevokeBindStatusCallback(
|
|||
return hr;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
* Extract (URLMON.@)
|
||||
*
|
||||
*/
|
||||
HRESULT WINAPI Extract(DWORD Param1, DWORD Param2)
|
||||
{
|
||||
TRACE("%lx %lx\n", Param1, Param2);
|
||||
|
||||
return S_OK;
|
||||
}
|
||||
|
|
|
@ -34,7 +34,7 @@ debug_channels (urlmon win32)
|
|||
@ stdcall DllRegisterServer() URLMON_DllRegisterServer
|
||||
@ stdcall DllRegisterServerEx() URLMON_DllRegisterServerEx
|
||||
@ stdcall DllUnregisterServer() URLMON_DllUnregisterServer
|
||||
@ stub Extract
|
||||
@ stdcall Extract(long long) Extract
|
||||
@ stub FaultInIEFeature
|
||||
@ stub FindMediaType
|
||||
@ stub FindMediaTypeClass
|
||||
|
|
Loading…
Reference in New Issue