Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
1e22e3b3
Commit
1e22e3b3
authored
Oct 29, 2002
by
Patrik Stridvall
Committed by
Alexandre Julliard
Oct 29, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed mismatches between the Wine headers and the Microsoft headers.
parent
8dc2b10a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
6 deletions
+5
-6
wingdi.h
include/wingdi.h
+1
-1
winuser.h
include/winuser.h
+4
-5
No files found.
include/wingdi.h
View file @
1e22e3b3
...
...
@@ -2395,7 +2395,7 @@ typedef struct {
DWORD
iUsageSrc
;
DWORD
iStartScan
;
DWORD
cScans
;
}
EMRSETDIBITSTODE
IV
CE
,
*
PEMRSETDIBITSTODEVICE
;
}
EMRSETDIBITSTODE
VI
CE
,
*
PEMRSETDIBITSTODEVICE
;
typedef
struct
{
EMR
emr
;
...
...
include/winuser.h
View file @
1e22e3b3
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment