define LPCGUID in guiddef.h

Mike McCormack mike at codeweavers.com
Wed Apr 20 04:29:18 CDT 2005


ChangeLog:
* define LPCGUID in guiddef.h
-------------- next part --------------
Index: include/guiddef.h
===================================================================
RCS file: /home/wine/wine/include/guiddef.h,v
retrieving revision 1.7
diff -u -p -r1.7 guiddef.h
--- include/guiddef.h	6 Sep 2004 21:25:16 -0000	1.7
+++ include/guiddef.h	20 Apr 2005 09:29:08 -0000
@@ -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


More information about the wine-patches mailing list