diff --git a/reactos/tools/mkhive/ntoskrnl.h b/reactos/tools/mkhive/ntoskrnl.h index ec90b792880..dc07c919b86 100644 --- a/reactos/tools/mkhive/ntoskrnl.h +++ b/reactos/tools/mkhive/ntoskrnl.h @@ -1,2 +1,10 @@ #define NDEBUG #include "mkhive.h" + +PVOID +NTAPI +CmpAllocate( + IN SIZE_T Size, + IN BOOLEAN Paged, + IN ULONG Tag +);