[PATCH 1/3] mstask/test: NewWorkItem conformance test

Roy Shea royshea at gmail.com
Wed Jul 30 02:02:33 CDT 2008


Howdy,

>> +    const GUID invalid_id = {0x00000000, 0x0000, 0x0000,
>> +            {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}};
>
> You can use GUID_NULL and eliminate this local.

After looking at other tests in wine I decided to use DEFINE_GUID to
declare my own GUID_NULL for the test.  This allows me to avoid linking
uuid into the test for a single GUID.

I've sent in a revised patch set with this revision and the other
revisions mentioned.

Thanks for the comments!
-Roy



More information about the wine-devel mailing list