mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-21 12:43:57 +00:00
Fix small oversight
This commit is contained in:
@@ -268,9 +268,13 @@ namespace syscalls
|
||||
{
|
||||
ULONG query_flags = 0;
|
||||
if (return_single_entry)
|
||||
{
|
||||
query_flags |= SL_RETURN_SINGLE_ENTRY;
|
||||
}
|
||||
if (restart_scan)
|
||||
query_flags |= SL_RETURN_SINGLE_ENTRY;
|
||||
{
|
||||
query_flags |= SL_RESTART_SCAN;
|
||||
}
|
||||
return handle_NtQueryDirectoryFileEx(c, file_handle, event_handle, apc_routine, apc_context, io_status_block,
|
||||
file_information, length, info_class, query_flags, file_name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user