[7/13] windowscodecs: implement SetPixelFormat for BMP frame encoder

Henri Verbeet hverbeet at gmail.com
Wed Aug 12 03:36:07 CDT 2009


2009/8/12 Vincent Povirk <vincent at 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?



More information about the wine-devel mailing list