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@4 From Hans +MsiCloseHandle@4 @8
Again, both are OK.
-Hans