[MKHIVE]:

- Whoever wrote mkhive ran into the problem I just did, and realized hey-i-dont-fucking-want-to-use-that-almost-copy-pasted-but-not-shared-code-so-why-dont-i-use-the-good-kernel-code-instead... but instead of taking the time to create a fucking library like I just did (cause that would be hard man, and fixing headers n' shit), just hard-coded the paths to the kernel files directly like a lazy shit. Fix mkhive to just rely on cmlib, which now has the files shared there.

svn path=/trunk/; revision=69445
This commit is contained in:
Alex Ionescu 2015-10-04 20:23:25 +00:00
parent 85b39039dd
commit d934457d73
3 changed files with 0 additions and 4 deletions

View file

@ -9,8 +9,6 @@ include_directories(
list(APPEND SOURCE
binhive.c
cmi.c
cmindex.c
cmname.c
mkhive.c
reginf.c
registry.c

View file

@ -1 +0,0 @@
#include "../../ntoskrnl/config/cmindex.c"

View file

@ -1 +0,0 @@
#include "../../ntoskrnl/config/cmname.c"