Re: [moniker 2] Fix FileMoniker::Load/Save
2 Jun
2005
2 Jun
'05
10:43 a.m.
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
7499
Age (days ago)
7499
Last active (days ago)
0 comments
1 participants
participants (1)
-
Mike McCormack