declaration of NtLoadKey2 corrected.

svn path=/trunk/; revision=1352
This commit is contained in:
jean 2000-09-12 10:43:28 +00:00
parent cfa0bfd3f1
commit 7a86d15add

View file

@ -1,4 +1,4 @@
/* $Id: registry.c,v 1.30 2000/09/12 10:12:10 jean Exp $
/* $Id: registry.c,v 1.31 2000/09/12 10:43:28 jean Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -1182,7 +1182,11 @@ NtLoadKey (
NTSTATUS
STDCALL
NtLoadKey2(VOID)
NtLoadKey2 (
PHANDLE KeyHandle,
OBJECT_ATTRIBUTES ObjectAttributes,
ULONG Unknown3
)
{
UNIMPLEMENTED;
}