CVS: winex/include guiddef.h,1.5,1.6

[email protected] 14 Dec 2007 20:19:03 -0000
Newsgroups gmane.comp.emulators.winex.cvs
Message-ID <[email protected]>
Subject: winex/include guiddef.h,1.5,1.6Update of /var/lib/cvsd/cvsroot/winex/include
In directory agravaine:/tmp/cvs-serv15388/include

Modified Files:
	guiddef.h 
Log Message:
Define LPCGUID, and added ifdefs around LPGUID/LPCGUID definitions.


Index: guiddef.h
===================================================================
RCS file: /var/lib/cvsd/cvsroot/winex/include/guiddef.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- guiddef.h	25 Sep 2002 20:17:42 -0000	1.5
+++ guiddef.h	14 Dec 2007 20:19:00 -0000	1.6
@@ -31,7 +31,16 @@
 #ifndef _GUIDDEF_H_
 #define _GUIDDEF_H_
 
+#ifndef __LPGUID_DEFINED__
+#define __LPGUID_DEFINED___
 typedef GUID *LPGUID;
+#endif
+
+#ifndef __LPCGUID_DEFINED__
+#define __LPCGUID_DEFINED__
+typedef const GUID *LPCGUID;
+#endif
+
 typedef GUID CLSID,*LPCLSID;
 typedef GUID IID,*LPIID;
 typedef GUID FMTID,*LPFMTID;