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
efe01bc7
Commit
efe01bc7
authored
Nov 27, 2022
by
Rémi Bernon
Committed by
Alexandre Julliard
Nov 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
joy.cpl: Build without NONAMELESSUNION.
parent
d645cd14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
main.c
dlls/joy.cpl/main.c
+3
-4
No files found.
dlls/joy.cpl/main.c
View file @
efe01bc7
...
...
@@ -19,7 +19,6 @@
*
*/
#define NONAMELESSUNION
#define COBJMACROS
#define CONST_VTABLE
...
...
@@ -962,14 +961,14 @@ static void display_cpl_sheets( HWND parent, struct JoystickData *data )
{
.
dwSize
=
sizeof
(
PROPSHEETPAGEW
),
.
hInstance
=
hcpl
,
.
u
.
pszTemplate
=
MAKEINTRESOURCEW
(
IDD_LIST
),
.
pszTemplate
=
MAKEINTRESOURCEW
(
IDD_LIST
),
.
pfnDlgProc
=
list_dlgproc
,
.
lParam
=
(
INT_PTR
)
data
,
},
{
.
dwSize
=
sizeof
(
PROPSHEETPAGEW
),
.
hInstance
=
hcpl
,
.
u
.
pszTemplate
=
MAKEINTRESOURCEW
(
IDD_TEST_DI
),
.
pszTemplate
=
MAKEINTRESOURCEW
(
IDD_TEST_DI
),
.
pfnDlgProc
=
test_dlgproc
,
.
lParam
=
(
INT_PTR
)
data
,
},
...
...
@@ -982,7 +981,7 @@ static void display_cpl_sheets( HWND parent, struct JoystickData *data )
.
hInstance
=
hcpl
,
.
pszCaption
=
MAKEINTRESOURCEW
(
IDS_CPL_NAME
),
.
nPages
=
ARRAY_SIZE
(
pages
),
.
u3
.
ppsp
=
pages
,
.
ppsp
=
pages
,
.
pfnCallback
=
propsheet_callback
,
};
ACTCTXW
context_desc
=
...
...
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