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
2f2e3ea5
Commit
2f2e3ea5
authored
Apr 06, 2022
by
Eric Pouech
Committed by
Alexandre Julliard
Apr 06, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mciavi32: Use I width modifier instead of casting to DWORD.
Signed-off-by:
Eric Pouech
<
eric.pouech@gmail.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
2df8ad9d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
mciavi.c
dlls/mciavi32/mciavi.c
+2
-2
No files found.
dlls/mciavi32/mciavi.c
View file @
2f2e3ea5
...
@@ -1063,11 +1063,11 @@ LRESULT CALLBACK MCIAVI_DriverProc(DWORD_PTR dwDevID, HDRVR hDriv, UINT wMsg,
...
@@ -1063,11 +1063,11 @@ LRESULT CALLBACK MCIAVI_DriverProc(DWORD_PTR dwDevID, HDRVR hDriv, UINT wMsg,
case
MCI_SAVE
:
case
MCI_SAVE
:
case
MCI_UNDO
:
case
MCI_UNDO
:
case
MCI_UNFREEZE
:
case
MCI_UNFREEZE
:
TRACE
(
"Unsupported function [0x%x] flags=%08
lx
\n
"
,
wMsg
,
(
DWORD
)
dwParam1
);
TRACE
(
"Unsupported function [0x%x] flags=%08
Ix
\n
"
,
wMsg
,
dwParam1
);
return
MCIERR_UNSUPPORTED_FUNCTION
;
return
MCIERR_UNSUPPORTED_FUNCTION
;
case
MCI_SPIN
:
case
MCI_SPIN
:
case
MCI_ESCAPE
:
case
MCI_ESCAPE
:
WARN
(
"Unsupported command [0x%x] %08
lx
\n
"
,
wMsg
,
(
DWORD
)
dwParam1
);
WARN
(
"Unsupported command [0x%x] %08
Ix
\n
"
,
wMsg
,
dwParam1
);
break
;
break
;
case
MCI_OPEN
:
case
MCI_OPEN
:
case
MCI_CLOSE
:
case
MCI_CLOSE
:
...
...
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