Fixed mismatches between the Wine headers and the Microsoft headers.
This commit is contained in:
parent
8dc2b10a22
commit
1e22e3b3ba
|
@ -2395,7 +2395,7 @@ typedef struct {
|
||||||
DWORD iUsageSrc;
|
DWORD iUsageSrc;
|
||||||
DWORD iStartScan;
|
DWORD iStartScan;
|
||||||
DWORD cScans;
|
DWORD cScans;
|
||||||
} EMRSETDIBITSTODEIVCE, *PEMRSETDIBITSTODEVICE;
|
} EMRSETDIBITSTODEVICE, *PEMRSETDIBITSTODEVICE;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
EMR emr;
|
EMR emr;
|
||||||
|
|
|
@ -1844,7 +1844,6 @@ typedef struct
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
BYTE fVirt;
|
BYTE fVirt;
|
||||||
BYTE pad0;
|
|
||||||
WORD key;
|
WORD key;
|
||||||
WORD cmd;
|
WORD cmd;
|
||||||
} ACCEL, *LPACCEL;
|
} ACCEL, *LPACCEL;
|
||||||
|
@ -2388,13 +2387,13 @@ typedef struct tagMONITORINFO
|
||||||
|
|
||||||
typedef struct tagMONITORINFOEXA
|
typedef struct tagMONITORINFOEXA
|
||||||
{
|
{
|
||||||
MONITORINFO dummy;
|
MONITORINFO DUMMYSTRUCTNAME;
|
||||||
CHAR szDevice[CCHDEVICENAME];
|
CHAR szDevice[CCHDEVICENAME];
|
||||||
} MONITORINFOEXA, *LPMONITORINFOEXA;
|
} MONITORINFOEXA, *LPMONITORINFOEXA;
|
||||||
|
|
||||||
typedef struct tagMONITORINFOEXW
|
typedef struct tagMONITORINFOEXW
|
||||||
{
|
{
|
||||||
MONITORINFO dummy;
|
MONITORINFO DUMMYSTRUCTNAME;
|
||||||
WCHAR szDevice[CCHDEVICENAME];
|
WCHAR szDevice[CCHDEVICENAME];
|
||||||
} MONITORINFOEXW, *LPMONITORINFOEXW;
|
} MONITORINFOEXW, *LPMONITORINFOEXW;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue