Commit e744735f authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Define LPCGUID.

parent 133cd700
......@@ -27,6 +27,11 @@ typedef struct _GUID
} GUID;
#endif
#ifndef __LPCGUID_DEFINED__
#define __LPCGUID_DEFINED__
typedef const GUID *LPCGUID;
#endif
#undef DEFINE_GUID
#ifdef INITGUID
......
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