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
1c5e38f3
Commit
1c5e38f3
authored
Dec 09, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msacm: Consistently use %I printf format for ULONG_PTR values.
parent
6368a46a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
msacm.c
dlls/msacm.dll16/msacm.c
+2
-2
No files found.
dlls/msacm.dll16/msacm.c
View file @
1c5e38f3
...
@@ -99,7 +99,7 @@ MMRESULT16 WINAPI acmDriverAdd16(
...
@@ -99,7 +99,7 @@ MMRESULT16 WINAPI acmDriverAdd16(
LPHACMDRIVERID16
phadid
,
HINSTANCE16
hinstModule
,
LPHACMDRIVERID16
phadid
,
HINSTANCE16
hinstModule
,
LPARAM
lParam
,
DWORD
dwPriority
,
DWORD
fdwAdd
)
LPARAM
lParam
,
DWORD
dwPriority
,
DWORD
fdwAdd
)
{
{
FIXME
(
"(%p, 0x%04x, %
l
d, %ld, %ld): stub
\n
"
,
FIXME
(
"(%p, 0x%04x, %
I
d, %ld, %ld): stub
\n
"
,
phadid
,
hinstModule
,
lParam
,
dwPriority
,
fdwAdd
phadid
,
hinstModule
,
lParam
,
dwPriority
,
fdwAdd
);
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
...
@@ -145,7 +145,7 @@ MMRESULT16 WINAPI acmDriverClose16(
...
@@ -145,7 +145,7 @@ MMRESULT16 WINAPI acmDriverClose16(
LRESULT
WINAPI
acmDriverMessage16
(
LRESULT
WINAPI
acmDriverMessage16
(
HACMDRIVER16
had
,
UINT16
uMsg
,
LPARAM
lParam1
,
LPARAM
lParam2
)
HACMDRIVER16
had
,
UINT16
uMsg
,
LPARAM
lParam1
,
LPARAM
lParam2
)
{
{
FIXME
(
"(0x%04x, %d, %
ld, %l
d): stub
\n
"
,
FIXME
(
"(0x%04x, %d, %
Id, %I
d): stub
\n
"
,
had
,
uMsg
,
lParam1
,
lParam2
had
,
uMsg
,
lParam1
,
lParam2
);
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
SetLastError
(
ERROR_CALL_NOT_IMPLEMENTED
);
...
...
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