ntdll: Fixed the prototype of the open_nt_file wrapper.
This commit is contained in:
parent
aa0f823429
commit
f42b1e9b9c
|
@ -1525,7 +1525,7 @@ static NTSTATUS parse_manifest( struct actctx_loader* acl, struct assembly_ident
|
|||
return status;
|
||||
}
|
||||
|
||||
static NTSTATUS open_nt_file( HANDLE handle, UNICODE_STRING *name )
|
||||
static NTSTATUS open_nt_file( HANDLE *handle, UNICODE_STRING *name )
|
||||
{
|
||||
OBJECT_ATTRIBUTES attr;
|
||||
IO_STATUS_BLOCK io;
|
||||
|
|
Loading…
Reference in New Issue