Author: sserapion
Date: Fri Oct 30 00:25:11 2009
New Revision: 43840
URL:
http://svn.reactos.org/svn/reactos?rev=43840&view=rev
Log:
Fix LOGBRUSH definition.
Modified:
branches/ros-amd64-bringup/reactos/include/psdk/wingdi.h
Modified: branches/ros-amd64-bringup/reactos/include/psdk/wingdi.h
URL:
http://svn.reactos.org/svn/reactos/branches/ros-amd64-bringup/reactos/inclu…
==============================================================================
--- branches/ros-amd64-bringup/reactos/include/psdk/wingdi.h [iso-8859-1] (original)
+++ branches/ros-amd64-bringup/reactos/include/psdk/wingdi.h [iso-8859-1] Fri Oct 30
00:25:11 2009
@@ -1655,7 +1655,7 @@
typedef struct tagLOGBRUSH {
UINT lbStyle;
COLORREF lbColor;
- LONG lbHatch;
+ ULONG_PTR lbHatch;
} LOGBRUSH,*PLOGBRUSH,*LPLOGBRUSH;
typedef LOGBRUSH PATTERN,*PPATTERN,*LPPATTERN;
typedef struct tagLOGBRUSH32 {