PATCH: dosvm PPC

Marcus Meissner meissner at suse.de
Sat May 3 05:50:23 CDT 2003


Hi,

Unbreaks ppc build even more.

Ciao, Marcus

Changelog:
	Fixed non-x86 DOSVM_Wait prototype.

Index: dlls/winedos/dosvm.c
===================================================================
RCS file: /home/wine/wine/dlls/winedos/dosvm.c,v
retrieving revision 1.35
diff -u -r1.35 dosvm.c
--- dlls/winedos/dosvm.c	2 May 2003 20:12:52 -0000	1.35
+++ dlls/winedos/dosvm.c	3 May 2003 10:49:28 -0000
@@ -539,7 +539,7 @@
 /***********************************************************************
  *		Wait (WINEDOS.@)
  */
-void WINAPI DOSVM_Wait( INT read_pipe, HANDLE hObject) {}
+void WINAPI DOSVM_Wait( CONTEXT86 *waitctx ) { }
 
 /***********************************************************************
  *		OutPIC (WINEDOS.@)



More information about the wine-patches mailing list