Commit f42b1e9b authored by Alexandre Julliard's avatar Alexandre Julliard

ntdll: Fixed the prototype of the open_nt_file wrapper.

parent aa0f8234
......@@ -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;
......
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