mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 20:36:35 +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 {
|
typedef struct tagEMRCREATECOLORSPACE {
|
||||||
EMR emr;
|
EMR emr;
|
||||||
DWORD ihCS;
|
DWORD ihCS;
|
||||||
LOGCOLORSPACEW lcs;
|
LOGCOLORSPACEA lcs;
|
||||||
} EMRCREATECOLORSPACE,*PEMRCREATECOLORSPACE;
|
} EMRCREATECOLORSPACE,*PEMRCREATECOLORSPACE;
|
||||||
typedef struct tagEMRCREATEDIBPATTERNBRUSHPT {
|
typedef struct tagEMRCREATEDIBPATTERNBRUSHPT {
|
||||||
EMR emr;
|
EMR emr;
|
||||||
|
@ -1983,7 +1983,7 @@ typedef struct tagEMRPOLYLINE16 {
|
||||||
EMR emr;
|
EMR emr;
|
||||||
RECTL rclBounds;
|
RECTL rclBounds;
|
||||||
DWORD cpts;
|
DWORD cpts;
|
||||||
POINTL apts[1];
|
POINTS apts[1];
|
||||||
} EMRPOLYLINE16,*PEMRPOLYLINE16,EMRPOLYBEZIER16,*PEMRPOLYBEZIER16,EMRPOLYGON16,*PEMRPOLYGON16,EMRPOLYBEZIERTO16,*PEMRPOLYBEZIERTO16,EMRPOLYLINETO16,*PEMRPOLYLINETO16;
|
} EMRPOLYLINE16,*PEMRPOLYLINE16,EMRPOLYBEZIER16,*PEMRPOLYBEZIER16,EMRPOLYGON16,*PEMRPOLYGON16,EMRPOLYBEZIERTO16,*PEMRPOLYBEZIERTO16,EMRPOLYLINETO16,*PEMRPOLYLINETO16;
|
||||||
typedef struct tagEMRPOLYPOLYLINE {
|
typedef struct tagEMRPOLYPOLYLINE {
|
||||||
EMR emr;
|
EMR emr;
|
||||||
|
|
Loading…
Reference in a new issue