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
97a99e51
Commit
97a99e51
authored
Sep 29, 1999
by
Marcus Meissner
Committed by
Alexandre Julliard
Sep 29, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added stub for WMMMIDIRUNONCE called by midimap.drv.
parent
17d455b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
mmsystem.spec
if1632/mmsystem.spec
+1
-1
mmsystem.c
multimedia/mmsystem.c
+8
-0
No files found.
if1632/mmsystem.spec
View file @
97a99e51
...
...
@@ -6,7 +6,7 @@ type win16
3 pascal PlaySound(ptr word long) PlaySound16
5 pascal mmsystemGetVersion() mmsystemGetVersion16
6 pascal DriverProc(long word word long long) DriverProc16
8
stub WMMMIDIRUNONCE
8
pascal WMMMIDIRUNONCE() WMMMidiRunOnce16
30 pascal16 OutputDebugStr(str) OutputDebugString16
31 pascal DriverCallback(long word word word long long long) DriverCallback16
32 pascal StackEnter() StackEnterLeave16
...
...
multimedia/mmsystem.c
View file @
97a99e51
...
...
@@ -5044,3 +5044,11 @@ void WINAPI StackEnterLeave16(void)
__asm__
(
"stc"
);
#endif
}
/**************************************************************************
* WMMMIDIRUNONCE [MMSYSTEM.8]
*/
void
WINAPI
WMMMidiRunOnce16
(
void
)
{
FIXME
(
"(), stub!
\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