Commit 3a0ffe5a authored by Louis Lenders's avatar Louis Lenders Committed by Alexandre Julliard

ntdll: Add DECLSPEC_HOTPATCH to NtQueryDirectoryFile.

parent 91e3ce8c
......@@ -1933,7 +1933,7 @@ static NTSTATUS get_cached_dir_data( HANDLE handle, struct dir_data **data_ret,
* NtQueryDirectoryFile [NTDLL.@]
* ZwQueryDirectoryFile [NTDLL.@]
*/
NTSTATUS WINAPI NtQueryDirectoryFile( HANDLE handle, HANDLE event,
NTSTATUS WINAPI DECLSPEC_HOTPATCH NtQueryDirectoryFile( HANDLE handle, HANDLE event,
PIO_APC_ROUTINE apc_routine, PVOID apc_context,
PIO_STATUS_BLOCK io,
PVOID buffer, ULONG length,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment