Commit e5ca1aa0 authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

Compile fix for gcc 2.7.2.3.

parent 79e44abe
...@@ -318,7 +318,7 @@ RPC_STATUS WINAPI UuidToStringA(UUID *Uuid, unsigned char** StringUuid) ...@@ -318,7 +318,7 @@ RPC_STATUS WINAPI UuidToStringA(UUID *Uuid, unsigned char** StringUuid)
/*********************************************************************** /***********************************************************************
* NdrDllRegisterProxy (RPCRT4.@) * NdrDllRegisterProxy (RPCRT4.@)
*/ */
WINAPI HRESULT WINAPI NdrDllRegisterProxy( HRESULT WINAPI NdrDllRegisterProxy(
HMODULE hDll, /* [in] */ HMODULE hDll, /* [in] */
void **pProxyFileList, /* [???] FIXME: const ProxyFileInfo ** */ void **pProxyFileList, /* [???] FIXME: const ProxyFileInfo ** */
const CLSID *pclsid /* [in] */ const CLSID *pclsid /* [in] */
......
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