Fixed non-x86 DOSVM_Wait prototype.
This commit is contained in:
parent
e65d6715ce
commit
cba9795f14
|
@ -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.@)
|
||||||
|
|
Loading…
Reference in New Issue