mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user