Nice patch, and nice test case.
- DWORD constant1 = 0xDEADFFFF; /* these constants are detected after analysing the data structure written by */
- WORD constant2 = 0x3; /* FileMoniker_Save function in a windows program system */
- DWORD DEADFFFF = 0xDEADFFFF; /* Constants */
- DWORD ZERO = 0;
- WORD THREE = 0x3;
In C, variables are traditionally lower case, and macros are upper case.
Mike