[moniker 2] Fix FileMoniker::Load/Save

Mike McCormack mike at codeweavers.com
Thu Jun 2 10:43:38 CDT 2005


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



More information about the wine-devel mailing list