From af0d0a69f14c175e30b2c025e4183ef2a9fe7e09 Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Sat, 9 Oct 2021 16:08:12 +0200 Subject: [PATCH] Build 0.9.7e --- Sandboxie/core/dll/rpcrt.c | 2 +- Sandboxie/core/dll/secure.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Sandboxie/core/dll/rpcrt.c b/Sandboxie/core/dll/rpcrt.c index a2d8fb2983..b8641bbf87 100644 --- a/Sandboxie/core/dll/rpcrt.c +++ b/Sandboxie/core/dll/rpcrt.c @@ -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 diff --git a/Sandboxie/core/dll/secure.c b/Sandboxie/core/dll/secure.c index 18373324cf..023e739403 100644 --- a/Sandboxie/core/dll/secure.c +++ b/Sandboxie/core/dll/secure.c @@ -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,