Commit 1e22e3b3 authored by Patrik Stridvall's avatar Patrik Stridvall Committed by Alexandre Julliard

Fixed mismatches between the Wine headers and the Microsoft headers.

parent 8dc2b10a
......@@ -2395,7 +2395,7 @@ typedef struct {
DWORD iUsageSrc;
DWORD iStartScan;
DWORD cScans;
} EMRSETDIBITSTODEIVCE, *PEMRSETDIBITSTODEVICE;
} EMRSETDIBITSTODEVICE, *PEMRSETDIBITSTODEVICE;
typedef struct {
EMR emr;
......
......@@ -1844,7 +1844,6 @@ typedef struct
typedef struct
{
BYTE fVirt;
BYTE pad0;
WORD key;
WORD cmd;
} ACCEL, *LPACCEL;
......@@ -2380,21 +2379,21 @@ DECL_WINELIB_TYPE_AW(LPMSGBOXPARAMS)
typedef struct tagMONITORINFO
{
DWORD cbSize;
DWORD cbSize;
RECT rcMonitor;
RECT rcWork;
DWORD dwFlags;
DWORD dwFlags;
} MONITORINFO, *LPMONITORINFO;
typedef struct tagMONITORINFOEXA
{
MONITORINFO dummy;
MONITORINFO DUMMYSTRUCTNAME;
CHAR szDevice[CCHDEVICENAME];
} MONITORINFOEXA, *LPMONITORINFOEXA;
typedef struct tagMONITORINFOEXW
{
MONITORINFO dummy;
MONITORINFO DUMMYSTRUCTNAME;
WCHAR szDevice[CCHDEVICENAME];
} MONITORINFOEXW, *LPMONITORINFOEXW;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment