Author: tkreuzer
Date: Fri Oct 3 18:01:46 2014
New Revision: 64507
URL:
http://svn.reactos.org/svn/reactos?rev=64507&view=rev
Log:
[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!)
Modified:
trunk/reactos/tools/mkhive/ntoskrnl.h
Modified: trunk/reactos/tools/mkhive/ntoskrnl.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/tools/mkhive/ntoskrnl.h?re…
==============================================================================
--- trunk/reactos/tools/mkhive/ntoskrnl.h [iso-8859-1] (original)
+++ trunk/reactos/tools/mkhive/ntoskrnl.h [iso-8859-1] Fri Oct 3 18:01:46 2014
@@ -1,2 +1,10 @@
#define NDEBUG
#include "mkhive.h"
+
+PVOID
+NTAPI
+CmpAllocate(
+ IN SIZE_T Size,
+ IN BOOLEAN Paged,
+ IN ULONG Tag
+);