Commit 499cfcaf authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

Added typedef for COLORREF.

parent 334aacd5
......@@ -52,6 +52,8 @@ typedef const WCHAR *LPCWSTR;
typedef boolean BOOLEAN;
typedef DWORD COLORREF;
typedef void *HANDLE;
typedef void *HACCEL;
......
......@@ -59,6 +59,8 @@ typedef [string] const WCHAR *LPCWSTR;
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment