diff --git a/dlls/ntdll/actctx.c b/dlls/ntdll/actctx.c index f7a0fb9db15..5d13afdc683 100644 --- a/dlls/ntdll/actctx.c +++ b/dlls/ntdll/actctx.c @@ -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;