mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix LOGBRUSH definition.
svn path=/branches/ros-amd64-bringup/; revision=43840
This commit is contained in:
@@ -1655,7 +1655,7 @@ typedef struct tagEMRBITBLT {
|
||||
typedef struct tagLOGBRUSH {
|
||||
UINT lbStyle;
|
||||
COLORREF lbColor;
|
||||
LONG lbHatch;
|
||||
ULONG_PTR lbHatch;
|
||||
} LOGBRUSH,*PLOGBRUSH,*LPLOGBRUSH;
|
||||
typedef LOGBRUSH PATTERN,*PPATTERN,*LPPATTERN;
|
||||
typedef struct tagLOGBRUSH32 {
|
||||
|
||||
Reference in New Issue
Block a user