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
d985e66f
Commit
d985e66f
authored
Dec 23, 2002
by
Dimitrie O. Paun
Committed by
Alexandre Julliard
Dec 23, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DEVMODE structure uses short not SHORT for its fields.
parent
9283bb3c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
26 deletions
+26
-26
wingdi.h
include/wingdi.h
+26
-26
No files found.
include/wingdi.h
View file @
d985e66f
...
...
@@ -2666,22 +2666,22 @@ typedef struct
DWORD
dmFields
;
union
{
struct
{
SHORT
dmOrientation
;
SHORT
dmPaperSize
;
SHORT
dmPaperLength
;
SHORT
dmPaperWidth
;
short
dmOrientation
;
short
dmPaperSize
;
short
dmPaperLength
;
short
dmPaperWidth
;
}
DUMMYSTRUCTNAME1
;
POINTL
dmPosition
;
}
DUMMYUNIONNAME1
;
SHORT
dmScale
;
SHORT
dmCopies
;
SHORT
dmDefaultSource
;
SHORT
dmPrintQuality
;
SHORT
dmColor
;
SHORT
dmDuplex
;
SHORT
dmYResolution
;
SHORT
dmTTOption
;
SHORT
dmCollate
;
short
dmScale
;
short
dmCopies
;
short
dmDefaultSource
;
short
dmPrintQuality
;
short
dmColor
;
short
dmDuplex
;
short
dmYResolution
;
short
dmTTOption
;
short
dmCollate
;
BYTE
dmFormName
[
CCHFORMNAME
];
WORD
dmLogPixels
;
DWORD
dmBitsPerPel
;
...
...
@@ -2709,22 +2709,22 @@ typedef struct
DWORD
dmFields
;
union
{
struct
{
SHORT
dmOrientation
;
SHORT
dmPaperSize
;
SHORT
dmPaperLength
;
SHORT
dmPaperWidth
;
short
dmOrientation
;
short
dmPaperSize
;
short
dmPaperLength
;
short
dmPaperWidth
;
}
DUMMYSTRUCTNAME1
;
POINTL
dmPosition
;
}
DUMMYUNIONNAME1
;
SHORT
dmScale
;
SHORT
dmCopies
;
SHORT
dmDefaultSource
;
SHORT
dmPrintQuality
;
SHORT
dmColor
;
SHORT
dmDuplex
;
SHORT
dmYResolution
;
SHORT
dmTTOption
;
SHORT
dmCollate
;
short
dmScale
;
short
dmCopies
;
short
dmDefaultSource
;
short
dmPrintQuality
;
short
dmColor
;
short
dmDuplex
;
short
dmYResolution
;
short
dmTTOption
;
short
dmCollate
;
WCHAR
dmFormName
[
CCHFORMNAME
];
WORD
dmLogPixels
;
DWORD
dmBitsPerPel
;
...
...
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