Commit 75b84bb7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Removed redundant definitions of IsEqualIID and IsEqualCLSID (see

include/wine/obj_base.h)
parent 2c86dab5
......@@ -84,10 +84,4 @@ extern LPENUMIDLIST IEnumIDList_Constructor(LPCSTR,DWORD);
extern LPEXTRACTICON IExtractIcon_Constructor(LPITEMIDLIST);
#endif
/* FIXME should be moved to a header file. IsEqualGUID
is declared but not exported in compobj.c !!!*/
#define IsEqualIID(riid1, riid2) IsEqualGUID(riid1, riid2)
#define IsEqualCLSID(rclsid1, rclsid2) IsEqualGUID(rclsid1, rclsid2)
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment