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
c1df11c1
Commit
c1df11c1
authored
Jun 11, 2019
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mmsystem: Build with msvcrt.
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4f91b614
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile.in
dlls/mmsystem.dll16/Makefile.in
+1
-1
message16.c
dlls/mmsystem.dll16/message16.c
+1
-1
No files found.
dlls/mmsystem.dll16/Makefile.in
View file @
c1df11c1
MODULE
=
mmsystem.dll16
IMPORTS
=
winmm user32
EXTRADLLFLAGS
=
-m16
-Wb
,--main-module,winmm.dll
EXTRADLLFLAGS
=
-m16
-
mno-cygwin
-
Wb
,--main-module,winmm.dll
C_SRCS
=
\
driver.c
\
...
...
dlls/mmsystem.dll16/message16.c
View file @
c1df11c1
...
...
@@ -844,7 +844,7 @@ static LRESULT CALLBACK MMSYSTDRV_Callback3216(struct mmsystdrv_thunk* thunk, HD
SetEvent
((
HANDLE
)
thunk
->
callback
);
break
;
default:
WARN
(
"Unknown callback type %x
\n
"
,
thunk
->
flags
&
CALLBACK_TYPEMASK
);
WARN
(
"Unknown callback type %x
\n
"
,
thunk
->
flags
);
return
FALSE
;
}
TRACE
(
"Done
\n
"
);
...
...
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