[ros-dev] [ros-diffs] [hbelusca] 63506: [NTOS:CM] Replace a hardcoded value with something more readable.
Timo Kreuzer
timo.kreuzer at web.de
Sat May 31 19:06:44 UTC 2014
Am 30.05.2014 23:47, schrieb hbelusca at 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.
More information about the Ros-dev
mailing list