mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[MKHIVE]
Add back CmpAllocate prototype. Fixes MSVC warnings. svn path=/trunk/; revision=66191
This commit is contained in:
parent
42554e6098
commit
8e988cc2f3
1 changed files with 8 additions and 0 deletions
|
@ -4,3 +4,11 @@
|
||||||
|
|
||||||
#define NDEBUG
|
#define NDEBUG
|
||||||
#include "mkhive.h"
|
#include "mkhive.h"
|
||||||
|
|
||||||
|
PVOID
|
||||||
|
NTAPI
|
||||||
|
CmpAllocate(
|
||||||
|
IN SIZE_T Size,
|
||||||
|
IN BOOLEAN Paged,
|
||||||
|
IN ULONG Tag
|
||||||
|
);
|
||||||
|
|
Loading…
Reference in a new issue