ntdll: Fixed the prototype of the open_nt_file wrapper.

This commit is contained in:
Alexandre Julliard 2007-08-14 12:31:04 +02:00
parent aa0f823429
commit f42b1e9b9c
1 changed files with 1 additions and 1 deletions

View File

@ -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;