mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
Fix definition of EMRCREATECOLORSPACE and EMRPOLYXXX, should fix a bunch of winetests.
svn path=/trunk/; revision=38214
This commit is contained in:
parent
ed4682a617
commit
9432c31eba
1 changed files with 2 additions and 2 deletions
|
@ -1665,7 +1665,7 @@ typedef struct tagEMRCREATECOLORSPACEW {
|
|||
typedef struct tagEMRCREATECOLORSPACE {
|
||||
EMR emr;
|
||||
DWORD ihCS;
|
||||
LOGCOLORSPACEW lcs;
|
||||
LOGCOLORSPACEA lcs;
|
||||
} EMRCREATECOLORSPACE,*PEMRCREATECOLORSPACE;
|
||||
typedef struct tagEMRCREATEDIBPATTERNBRUSHPT {
|
||||
EMR emr;
|
||||
|
@ -1983,7 +1983,7 @@ typedef struct tagEMRPOLYLINE16 {
|
|||
EMR emr;
|
||||
RECTL rclBounds;
|
||||
DWORD cpts;
|
||||
POINTL apts[1];
|
||||
POINTS apts[1];
|
||||
} EMRPOLYLINE16,*PEMRPOLYLINE16,EMRPOLYBEZIER16,*PEMRPOLYBEZIER16,EMRPOLYGON16,*PEMRPOLYGON16,EMRPOLYBEZIERTO16,*PEMRPOLYBEZIERTO16,EMRPOLYLINETO16,*PEMRPOLYLINETO16;
|
||||
typedef struct tagEMRPOLYPOLYLINE {
|
||||
EMR emr;
|
||||
|
|
Loading…
Reference in a new issue