diff --git a/reactos/tools/mkhive/cmindex.c b/reactos/tools/mkhive/cmindex.c new file mode 100644 index 00000000000..0476cc9a4c6 --- /dev/null +++ b/reactos/tools/mkhive/cmindex.c @@ -0,0 +1 @@ +#include "../../ntoskrnl/config/cmindex.c" diff --git a/reactos/tools/mkhive/cmname.c b/reactos/tools/mkhive/cmname.c new file mode 100644 index 00000000000..00c713212aa --- /dev/null +++ b/reactos/tools/mkhive/cmname.c @@ -0,0 +1 @@ +#include "../../ntoskrnl/config/cmname.c" diff --git a/reactos/tools/mkhive/ntoskrnl.h b/reactos/tools/mkhive/ntoskrnl.h new file mode 100644 index 00000000000..ec90b792880 --- /dev/null +++ b/reactos/tools/mkhive/ntoskrnl.h @@ -0,0 +1,2 @@ +#define NDEBUG +#include "mkhive.h"