Removed redundant definitions of IsEqualIID and IsEqualCLSID (see

include/wine/obj_base.h)
This commit is contained in:
Francois Gouget 1999-02-19 09:52:54 +00:00 committed by Alexandre Julliard
parent 2c86dab53a
commit 75b84bb7c8
1 changed files with 0 additions and 6 deletions

View File

@ -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