Fix warnings. (Compiling source files from ntoskrnl in mkhive is as ugly as it can get, this stuff needs to go to cmlib, if it is shared!)

svn path=/trunk/; revision=64507
This commit is contained in:
Timo Kreuzer 2014-10-03 18:01:46 +00:00
parent b0298f5c99
commit 8fd775de2e

View file

@ -1,2 +1,10 @@
#define NDEBUG
#include "mkhive.h"
PVOID
NTAPI
CmpAllocate(
IN SIZE_T Size,
IN BOOLEAN Paged,
IN ULONG Tag
);