Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
96d0359a
Commit
96d0359a
authored
Apr 03, 1999
by
Thuy Nguyen
Committed by
Alexandre Julliard
Apr 03, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
DLGITEMTEMPLATE structure had one too many member.
parent
15ca6c43
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
winuser.h
include/winuser.h
+2
-2
No files found.
include/winuser.h
View file @
96d0359a
...
...
@@ -1728,6 +1728,8 @@ DECL_WINELIB_TYPE_AW(LPMONITORINFOEX)
typedef
BOOL
(
CALLBACK
*
MONITORENUMPROC
)(
HMONITOR
,
HDC
,
LPRECT
,
LPARAM
);
/* FIXME: use this instead of LPCVOID for CreateDialogIndirectParam
and DialogBoxIndirectParam */
typedef
struct
tagDLGTEMPLATE
{
DWORD
style
;
...
...
@@ -1746,12 +1748,10 @@ typedef const DLGTEMPLATE *LPCDLGTEMPLATEA;
typedef
const
DLGTEMPLATE
*
LPCDLGTEMPLATEW
;
#define LPCDLGTEMPLATE WINELIB_NAME_AW(LPCDLGTEMPLATE)
/* Fixme: use this instaed of LPCVOID for CreateDialogIndirectParam and DialogBoxIndirectParam*/
typedef
struct
tagDLGITEMTEMPLATE
{
DWORD
style
;
DWORD
dwExtendedStyle
;
WORD
cdit
;
short
x
;
short
y
;
short
cx
;
...
...
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