[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.
Roel Messiant
roelmessiant at gmail.com
Tue Dec 21 13:04:15 UTC 2010
True, but the signature or the structure aren't defined in a public
header, just in a private file.
So we can do whatever we want with it, and this version just seemed "easier".
If you want to change it to your version, that's fine too.
2010/12/21 Timo Kreuzer <timo.kreuzer at web.de>:
> 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 '
>
>
>
> _______________________________________________
> Ros-dev mailing list
> Ros-dev at reactos.org
> http://www.reactos.org/mailman/listinfo/ros-dev
>
More information about the Ros-dev
mailing list