Fixed some issues found by winapi_check.

This commit is contained in:
Patrik Stridvall 2001-06-28 18:02:05 +00:00 committed by Alexandre Julliard
parent f20beca7e6
commit 83eb6b83a5
2 changed files with 10 additions and 1 deletions

View file

@ -5321,3 +5321,12 @@ void WINAPI WMMMidiRunOnce16(void)
{
FIXME("(), stub!\n");
}
/**************************************************************************
* OutputDebugStr [MMSYSTEM.30]
*/
void WINAPI OutputDebugStr16(
LPCSTR str) /* [in] The message to be logged and given to the debugger. */
{
OutputDebugStringA( str );
}

View file

@ -8,7 +8,7 @@ owner winmm
5 pascal mmsystemGetVersion() mmsystemGetVersion16
6 pascal DriverProc(long word word long long) DriverProc16
8 pascal WMMMIDIRUNONCE() WMMMidiRunOnce16
30 pascal16 OutputDebugStr(str) OutputDebugStringA
30 pascal16 OutputDebugStr(str) OutputDebugStr16
31 pascal DriverCallback(long word word word long long long) DriverCallback16
32 pascal StackEnter() StackEnter16
33 pascal StackLeave() StackLeave16