Skip to content

Commit

Permalink
Build 0.9.7e
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidXanatos committed Oct 9, 2021
1 parent 32172c4 commit af0d0a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sandboxie/core/dll/rpcrt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Sandboxie/core/dll/secure.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit af0d0a6

Please sign in to comment.