WineHQ:winetest: produce valid HTML

Hans Leidekker hans at it.vu.nl
Thu Jan 13 08:49:12 CST 2005


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 at 4
>   From Hans
>     +MsiCloseHandle at 4 @8

Again, both are OK.

 -Hans



More information about the wine-devel mailing list