Fix failing checks

This commit is contained in:
Igor Pissolati
2025-04-22 02:35:54 -03:00
parent 7e93f5d7f6
commit bd8818c335
5 changed files with 6 additions and 4 deletions

View File

@@ -187,7 +187,7 @@ namespace syscalls
emulator_object<UNICODE_STRING<EmulatorTraits<Emu64>>> server_port_name,
emulator_object<SECURITY_QUALITY_OF_SERVICE> security_qos,
emulator_object<PORT_VIEW64> client_shared_memory,
emulator_object<SID> /*server_sid*/,
emulator_pointer /*server_sid*/,
emulator_object<REMOTE_PORT_VIEW64> server_shared_memory,
emulator_object<ULONG> maximum_message_length, emulator_pointer connection_info,
emulator_object<ULONG> connection_info_length);