Add back CmpAllocate prototype. Fixes MSVC warnings.

svn path=/trunk/; revision=66191
This commit is contained in:
Timo Kreuzer 2015-02-07 15:05:04 +00:00
parent 42554e6098
commit 8e988cc2f3

View file

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