Author: jgardou
Date: Sun Sep  4 15:37:42 2011
New Revision: 53582

URL: http://svn.reactos.org/svn/reactos?rev=53582&view=rev
Log:
[RPCRT4]
- remove ros hack, obsoleted by r53580 and r53581

Modified:
    trunk/reactos/dll/win32/rpcrt4/cpsf.c

Modified: trunk/reactos/dll/win32/rpcrt4/cpsf.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/rpcrt4/cpsf.c?rev=53582&r1=53581&r2=53582&view=diff
==============================================================================
--- trunk/reactos/dll/win32/rpcrt4/cpsf.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/rpcrt4/cpsf.c [iso-8859-1] Sun Sep  4 15:37:42 2011
@@ -241,7 +241,7 @@
 
   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 (pclsid)


Reply via email to