mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 02:56:09 +00:00
[MKHIVE] Use same code as ntoskrnl to create registry keys
CORE-8584 svn path=/trunk/; revision=64498
This commit is contained in:
parent
3bbcfb760d
commit
02ed08d57f
3 changed files with 4 additions and 0 deletions
1
reactos/tools/mkhive/cmindex.c
Normal file
1
reactos/tools/mkhive/cmindex.c
Normal file
|
@ -0,0 +1 @@
|
|||
#include "../../ntoskrnl/config/cmindex.c"
|
1
reactos/tools/mkhive/cmname.c
Normal file
1
reactos/tools/mkhive/cmname.c
Normal file
|
@ -0,0 +1 @@
|
|||
#include "../../ntoskrnl/config/cmname.c"
|
2
reactos/tools/mkhive/ntoskrnl.h
Normal file
2
reactos/tools/mkhive/ntoskrnl.h
Normal file
|
@ -0,0 +1,2 @@
|
|||
#define NDEBUG
|
||||
#include "mkhive.h"
|
Loading…
Reference in a new issue