oleaut32: Replace memcmp with IsEqualIID macro.
authorRobert Shearman <rob@codeweavers.com>
Wed, 29 Mar 2006 17:41:01 +0000 (18:41 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 30 Mar 2006 10:43:33 +0000 (12:43 +0200)
commitaa2214626eb7e698c61bb1bc044b9e21d12f983b
tree14c815866d36f410a8bc0c5b02b400041c637f0b
parent8c7706bad04b90f4f9a7c25d94a27309d0347c80
oleaut32: Replace memcmp with IsEqualIID macro.

Replace memcmp with IsEqualIID macro that doesn't require a size
parameter and remove the unneeded brackets to give more compact and
more readable code.
dlls/oleaut32/olepicture.c