diff --git a/Sandboxie/common/ntproto.h b/Sandboxie/common/ntproto.h index e314d8cf..0d6518d4 100644 --- a/Sandboxie/common/ntproto.h +++ b/Sandboxie/common/ntproto.h @@ -680,7 +680,7 @@ typedef NTSTATUS (*P_NtAccessCheckByType) ( PACCESS_MASK GrantedAccess, PNTSTATUS AccessStatus); -typedef BOOL (*P_RtlEqualSid) (void * sid1, void * sid2); +typedef BOOLEAN (*P_RtlEqualSid) (void * sid1, void * sid2); typedef NTSTATUS (*P_NtQuerySystemInformation)( IN SYSTEM_INFORMATION_CLASS SystemInformationClass,