mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
[RPCRT4]
- remove ros hack, obsoleted by r53580 and r53581 svn path=/trunk/; revision=53582
This commit is contained in:
parent
26a81f2aa2
commit
cb386402eb
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ HRESULT WINAPI NdrDllRegisterProxy(HMODULE hDll,
|
||||||
|
|
||||||
TRACE("(%p,%p,%s)\n", hDll, pProxyFileList, debugstr_guid(pclsid));
|
TRACE("(%p,%p,%s)\n", hDll, pProxyFileList, debugstr_guid(pclsid));
|
||||||
|
|
||||||
//if (!hDll) return E_HANDLE;
|
if (!hDll) return E_HANDLE;
|
||||||
if (!*pProxyFileList) return E_NOINTERFACE;
|
if (!*pProxyFileList) return E_NOINTERFACE;
|
||||||
|
|
||||||
if (pclsid)
|
if (pclsid)
|
||||||
|
|
Loading…
Reference in a new issue