[ros-dev] [ros-diffs] [rmessiant] 50076: [CLASSPNP] - Use correct type in sizeof expression (CID 1646 and 10401). - Simplify signature define (CID 3653 and 3654). - Remove funky 0xFF characters.
Timo Kreuzer
timo.kreuzer at web.de
Tue Dec 21 09:03:39 UTC 2010
Am 21.12.2010 01:41, schrieb rmessiant at svn.reactos.org:
> Author: rmessiant
> Date: Tue Dec 21 00:41:52 2010
> New Revision: 50076
>
> ...
>
> -#define DICTIONARY_SIGNATURE (((ULONG)'dict'<< 32) + 'sig ')
> -
> -struct _DICTIONARY_HEADER {
> +#define DICTIONARY_SIGNATURE 'dsig'
> +
I think it was supposed to be something like (ULONGLONG)'dictsig '
More information about the Ros-dev
mailing list