Put the CLSID definition between the ifdef statement for the guid, otherwise compiling ole32 would generate multiple definition error messages

svn path=/trunk/; revision=1910
This commit is contained in:
Jurgen van Gael 2001-05-15 21:04:09 +00:00
parent 079339b3b8
commit 5fda84ce39

View file

@ -2778,8 +2778,8 @@ typedef struct _GUID
unsigned short Data3;
unsigned char Data4[8];
} GUID, *LPGUID;
#endif
typedef GUID CLSID, *LPCLSID;
#endif
typedef struct _SERVICE_INFO {
LPGUID lpServiceType;