13 Jan
2005
13 Jan
'05
2:49 p.m.
On Thursday 13 January 2005 15:23, Paul Millar wrote:
In uuid.c, only the one difference: From Stefan +DEFINE_GUID(IID_IMAPIPropData,0x2031A,0,0,0xC0,0,0,0,0,0,0,0x46); From Hans +DEFINE_OLEGUID(IID_IMAPIPropData,0x2031A,0,0);
Both are correct (the DEFINE_OLEGUID resolves to the former).
In the msi.def, quite a few differences, picking one at random From Stefan +MsiCloseHandle(a)4 From Hans +MsiCloseHandle(a)4 @8
Again, both are OK. -Hans