Author: tkreuzer
Date: Mon Aug 2 14:29:09 2010
New Revision: 48414
URL:
http://svn.reactos.org/svn/reactos?rev=48414&view=rev
Log:
[PSDK]
add missing LPCOLORREF to windef.h
Modified:
trunk/reactos/include/psdk/windef.h
Modified: trunk/reactos/include/psdk/windef.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/windef.h?rev=…
==============================================================================
--- trunk/reactos/include/psdk/windef.h [iso-8859-1] (original)
+++ trunk/reactos/include/psdk/windef.h [iso-8859-1] Mon Aug 2 14:29:09 2010
@@ -395,6 +395,7 @@
typedef int HFILE;
typedef HICON HCURSOR;
typedef DWORD COLORREF;
+typedef DWORD* LPCOLORREF;
#ifdef _WIN64
typedef INT_PTR (FAR WINAPI *FARPROC)();
typedef INT_PTR (NEAR WINAPI *NEARPROC)();