#ifdef guard the declaration of type IID to be compatible with

midl-generated stubs.
This commit is contained in:
Juan Lang 2004-02-09 20:48:57 +00:00 committed by Alexandre Julliard
parent 3c06c308f0
commit bd337a8665

View file

@ -46,7 +46,10 @@ typedef struct _GUID
typedef GUID *LPGUID;
typedef GUID CLSID,*LPCLSID;
#ifndef __IID_DEFINED__
#define __IID_DEFINED__
typedef GUID IID,*LPIID;
#endif /* ndef __IID_DEFINED__ */
typedef GUID FMTID,*LPFMTID;
#if defined(__cplusplus) && !defined(CINTERFACE)