Re: ntdll: Use IsEqualGUID instead of memcmp to compare GUIDs.

2010-07-26 Thread Octavian Voicu
On Tue, Jul 27, 2010 at 2:00 AM, Michael Stefaniuc wrote: > -  ok(memcmp(&guid, &IID_Endianess, sizeof(guid)) == 0, "Endianess broken\n"); > +  ok(!IsEqualGUID(&guid, &IID_Endianess), "Endianess broken\n"); memcmp returns 0 when there is a match, so you should probably use IsEqualGUID without the

Re: ntdll: Use IsEqualGUID instead of memcmp to compare GUIDs.

2010-07-26 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=3928 Your paranoid android.