Commit cba9795f authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Fixed non-x86 DOSVM_Wait prototype.

parent e65d6715
......@@ -539,7 +539,7 @@ INT WINAPI DOSVM_Enter( CONTEXT86 *context )
/***********************************************************************
* Wait (WINEDOS.@)
*/
void WINAPI DOSVM_Wait( INT read_pipe, HANDLE hObject) {}
void WINAPI DOSVM_Wait( CONTEXT86 *waitctx ) { }
/***********************************************************************
* OutPIC (WINEDOS.@)
......
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