Skip to content
Snippets Groups Projects
Commit 75b84bb7 authored by François Gouget's avatar François Gouget Committed by Alexandre Julliard
Browse files

Removed redundant definitions of IsEqualIID and IsEqualCLSID (see

include/wine/obj_base.h)
parent 2c86dab5
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment