Commit bd337a86 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

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

midl-generated stubs.
parent 3c06c308
......@@ -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)
......
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