[CMLIB/NTOSKRNL]:
authorAlex Ionescu <aionescu@gmail.com>
Sun, 4 Oct 2015 20:18:49 +0000 (20:18 +0000)
committerAlex Ionescu <aionescu@gmail.com>
Sun, 4 Oct 2015 20:18:49 +0000 (20:18 +0000)
commit85b39039ddefe00ff49a1def34475bf31fa0d2a5
tree022f3f495eda26f9aed2f2ba462babb49f177801
parentf7a1eb0c1a5011bd2fc2deb0c44333356b48fce2
[CMLIB/NTOSKRNL]:
- Move cmindex.c and cmname.c to cmlib, because bootmgr/winload use the kernel's cm implementation, unlike our freeldr which uses an almost copy-pasted-but-not-shared-because-hey-why-not-have-to-fix-the-bugs-in-two-places-instead-of-just-one implementation.
- Minor fixes to headers to allow those two files to be used/built outside of ntoskrnl.

svn path=/trunk/; revision=69444
reactos/lib/cmlib/CMakeLists.txt
reactos/lib/cmlib/cmindex.c [moved from reactos/ntoskrnl/config/cmindex.c with 99% similarity]
reactos/lib/cmlib/cmlib.h
reactos/lib/cmlib/cmname.c [moved from reactos/ntoskrnl/config/cmname.c with 98% similarity]
reactos/ntoskrnl/ntos.cmake