Build 0.9.7e
This commit is contained in:
parent
32172c4130
commit
af0d0a69f1
|
@ -844,7 +844,7 @@ RPC_STATUS RPC_ENTRY RpcRt_RpcStringBindingComposeW(TCHAR *ObjUuid,TCHAR *ProtSe
|
|||
|
||||
void Sbie_StringFromGUID(const GUID* guid, WCHAR* str);
|
||||
|
||||
void RpcRt_NdrClientCallX(const WCHAR* Function, void* ReturnAddress, PMIDL_STUB_DESC pStubDescriptor, void* pFormat)
|
||||
void RpcRt_NdrClientCallX(const WCHAR* Function, void* ReturnAddress,PMIDL_STUB_DESC pStubDescriptor, const void* pFormat)
|
||||
{
|
||||
WCHAR text[512] = L"RpcRt_NdrClientCallX";
|
||||
__try
|
||||
|
|
|
@ -1783,7 +1783,7 @@ ALIGNED BOOLEAN __cdecl Secure_CheckElevation64(
|
|||
#endif _WIN64
|
||||
|
||||
extern BOOLEAN g_rpc_client_hooks;
|
||||
void RpcRt_NdrClientCallX(const WCHAR* Function, void* ReturnAddress, VOID* pStubDescriptor, void* pFormat);
|
||||
void RpcRt_NdrClientCallX(const WCHAR* Function, void* ReturnAddress, VOID* pStubDescriptor, const void* pFormat);
|
||||
|
||||
ALIGNED BOOLEAN __cdecl Secure_CheckElevation(
|
||||
void *ReturnAddressFromNdrAsyncClientCall,
|
||||
|
|
Loading…
Reference in New Issue