Put the CLSID definition between the ifdef statement for the guid, otherwise compilin...
authorJurgen van Gael <jurgen.vangael@student.kuleuven.ac.be>
Tue, 15 May 2001 21:04:09 +0000 (21:04 +0000)
committerJurgen van Gael <jurgen.vangael@student.kuleuven.ac.be>
Tue, 15 May 2001 21:04:09 +0000 (21:04 +0000)
svn path=/trunk/; revision=1910

reactos/include/structs.h

index 12f45c3..917a0cc 100644 (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;