Add Typedef for COLORREF in wtypes

Robert Shearman R.J.Shearman at warwick.ac.uk
Fri Jun 20 11:50:09 CDT 2003


COLORREF should be defined in wtypes.idl, so that IDL files can use the
type.

Changelog:
- Add Typedef for COLORREF

Rob
-------------- next part --------------
Index: wtypes.idl
===================================================================
RCS file: /home/wine/wine/include/wtypes.idl,v
retrieving revision 1.10
diff -u -r1.10 wtypes.idl
--- wtypes.idl	16 May 2003 20:13:50 -0000	1.10
+++ wtypes.idl	20 Jun 2003 15:29:59 -0000
@@ -59,6 +59,8 @@
 
 typedef boolean BOOLEAN;
 
+typedef DWORD COLORREF;
+
 typedef void *HANDLE;
 #define DECLARE_HANDLE(name) typedef void *name
 #define DECLARE_WIREM_HANDLE(name) typedef [wire_marshal(wire##name)] void*name


More information about the wine-patches mailing list