mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:05:43 +00:00
[MKHIVE]
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:
parent
b0298f5c99
commit
8fd775de2e
1 changed files with 8 additions and 0 deletions
|
@ -1,2 +1,10 @@
|
|||
#define NDEBUG
|
||||
#include "mkhive.h"
|
||||
|
||||
PVOID
|
||||
NTAPI
|
||||
CmpAllocate(
|
||||
IN SIZE_T Size,
|
||||
IN BOOLEAN Paged,
|
||||
IN ULONG Tag
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue