Compile fix for gcc 2.7.2.3.
This commit is contained in:
parent
79e44abeed
commit
e5ca1aa06a
|
@ -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] */
|
||||||
|
|
Loading…
Reference in New Issue