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