mirror of
https://github.com/reactos/reactos.git
synced 2025-06-25 15:39:43 +00:00
[RTL] actctx.c: Revert parameter change
This commit is contained in:
parent
f9d3a50ee3
commit
6e277fc0c0
1 changed files with 1 additions and 1 deletions
|
@ -2902,7 +2902,7 @@ static NTSTATUS open_nt_file( HANDLE *handle, UNICODE_STRING *name )
|
||||||
return NtOpenFile( handle, GENERIC_READ | SYNCHRONIZE, &attr, &io, FILE_SHARE_READ, FILE_SYNCHRONOUS_IO_ALERT );
|
return NtOpenFile( handle, GENERIC_READ | SYNCHRONIZE, &attr, &io, FILE_SHARE_READ, FILE_SYNCHRONOUS_IO_ALERT );
|
||||||
}
|
}
|
||||||
|
|
||||||
static NTSTATUS get_module_filename( HMODULE module, UNICODE_STRING *str, USHORT extra_len )
|
static NTSTATUS get_module_filename( HMODULE module, UNICODE_STRING *str, unsigned int extra_len )
|
||||||
{
|
{
|
||||||
NTSTATUS status;
|
NTSTATUS status;
|
||||||
ULONG_PTR magic;
|
ULONG_PTR magic;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue