mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
remove some duplicate definintions.
svn path=/trunk/; revision=13273
This commit is contained in:
parent
c819a16600
commit
c7fd3f9438
1 changed files with 0 additions and 5 deletions
|
@ -38,9 +38,6 @@ typedef struct _GUID
|
|||
extern const GUID name;
|
||||
#endif
|
||||
|
||||
#define DEFINE_OLEGUID(name, l, w1, w2) \
|
||||
DEFINE_GUID(name, l, w1, w2, 0xC0,0,0,0,0,0,0,0x46)
|
||||
|
||||
#ifndef _GUIDDEF_H_
|
||||
#define _GUIDDEF_H_
|
||||
|
||||
|
@ -68,8 +65,6 @@ typedef GUID FMTID,*LPFMTID;
|
|||
#else /* defined(__cplusplus) && !defined(CINTERFACE) */
|
||||
#define IsEqualGUID(rguid1, rguid2) (!memcmp(rguid1, rguid2, sizeof(GUID)))
|
||||
#endif /* defined(__cplusplus) && !defined(CINTERFACE) */
|
||||
#define IsEqualIID(riid1, riid2) IsEqualGUID(riid1, riid2)
|
||||
#define IsEqualCLSID(rclsid1, rclsid2) IsEqualGUID(rclsid1, rclsid2)
|
||||
|
||||
#if defined(__cplusplus) && !defined(CINTERFACE)
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue