Am 21.12.2010 01:41, schrieb rmessiant@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 '
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@web.de:
Am 21.12.2010 01:41, schrieb rmessiant@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@reactos.org http://www.reactos.org/mailman/listinfo/ros-dev