Commit 2aad01e2 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Fix return code of DPNHPAST_DllGetClassObject stub.

parent 8d547286
......@@ -91,7 +91,7 @@ HRESULT WINAPI DPNHPAST_DllCanUnloadNow(void)
HRESULT WINAPI DPNHPAST_DllGetClassObject(REFCLSID rclsid, REFIID riid, LPVOID FAR)
{
FIXME(":stub\n");
return S_OK;
return E_FAIL;
}
......
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