Fixed mismatches between the Wine headers and the Microsoft headers.

This commit is contained in:
Patrik Stridvall 2002-10-29 21:23:33 +00:00 committed by Alexandre Julliard
parent 8dc2b10a22
commit 1e22e3b3ba
2 changed files with 5 additions and 6 deletions

View file

@ -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;

View file

@ -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;
@ -2380,21 +2379,21 @@ DECL_WINELIB_TYPE_AW(LPMSGBOXPARAMS)
typedef struct tagMONITORINFO typedef struct tagMONITORINFO
{ {
DWORD cbSize; DWORD cbSize;
RECT rcMonitor; RECT rcMonitor;
RECT rcWork; RECT rcWork;
DWORD dwFlags; DWORD dwFlags;
} MONITORINFO, *LPMONITORINFO; } MONITORINFO, *LPMONITORINFO;
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;