2009/8/12 Vincent Povirk vincent@codeweavers.com:
if (memcmp(formats[i].guid, pPixelFormat, sizeof(GUID)) == 0)
This works of course, but isn't IsEqualGUID() the preferred way to do that?
I don't know, is it?
I can never remember how to use the GUID functions.
On Wed, Aug 12, 2009 at 3:36 AM, Henri Verbeethverbeet@gmail.com wrote:
2009/8/12 Vincent Povirk vincent@codeweavers.com:
- if (memcmp(formats[i].guid, pPixelFormat, sizeof(GUID)) == 0)
This works of course, but isn't IsEqualGUID() the preferred way to do that?