Fixed non-x86 DOSVM_Wait prototype.

This commit is contained in:
Marcus Meissner 2003-05-04 02:25:21 +00:00 committed by Alexandre Julliard
parent e65d6715ce
commit cba9795f14
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ INT WINAPI DOSVM_Enter( CONTEXT86 *context )
/*********************************************************************** /***********************************************************************
* Wait (WINEDOS.@) * Wait (WINEDOS.@)
*/ */
void WINAPI DOSVM_Wait( INT read_pipe, HANDLE hObject) {} void WINAPI DOSVM_Wait( CONTEXT86 *waitctx ) { }
/*********************************************************************** /***********************************************************************
* OutPIC (WINEDOS.@) * OutPIC (WINEDOS.@)