Commit 97a99e51 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Added stub for WMMMIDIRUNONCE called by midimap.drv.

parent 17d455b7
...@@ -6,7 +6,7 @@ type win16 ...@@ -6,7 +6,7 @@ type win16
3 pascal PlaySound(ptr word long) PlaySound16 3 pascal PlaySound(ptr word long) PlaySound16
5 pascal mmsystemGetVersion() mmsystemGetVersion16 5 pascal mmsystemGetVersion() mmsystemGetVersion16
6 pascal DriverProc(long word word long long) DriverProc16 6 pascal DriverProc(long word word long long) DriverProc16
8 stub WMMMIDIRUNONCE 8 pascal WMMMIDIRUNONCE() WMMMidiRunOnce16
30 pascal16 OutputDebugStr(str) OutputDebugString16 30 pascal16 OutputDebugStr(str) OutputDebugString16
31 pascal DriverCallback(long word word word long long long) DriverCallback16 31 pascal DriverCallback(long word word word long long long) DriverCallback16
32 pascal StackEnter() StackEnterLeave16 32 pascal StackEnter() StackEnterLeave16
......
...@@ -5044,3 +5044,11 @@ void WINAPI StackEnterLeave16(void) ...@@ -5044,3 +5044,11 @@ void WINAPI StackEnterLeave16(void)
__asm__("stc"); __asm__("stc");
#endif #endif
} }
/**************************************************************************
* WMMMIDIRUNONCE [MMSYSTEM.8]
*/
void WINAPI WMMMidiRunOnce16(void)
{
FIXME("(), stub!\n");
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment