Am 30.05.2014 23:47, schrieb hbelusca(a)svn.reactos.org:
Author: hbelusca
Date: Fri May 30 21:47:22 2014
New Revision: 63506
URL:
http://svn.reactos.org/svn/reactos?rev=63506&view=rev
Log:
[NTOS:CM]
Replace a hardcoded value with something more readable.
- RootKey->Type = '20yk';
+ RootKey->Type = CM_KEY_BODY_TYPE;
RootKey->NotifyBlock = NULL;
+//
+#define CM_KEY_BODY_TYPE 0x6B793032
Why not '20yk' ? This hex constant looks fishy.