André Hentschel : ntdll: vm86 is not available on PowerPC.
23 Oct
2013
23 Oct
'13
8:51 p.m.
Module: wine Branch: master Commit: e0e7a0770b82c66ad9d14d7b400f7d091ca1bd02 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e0e7a0770b82c66ad9d14d7b40... Author: André Hentschel <nerv(a)dawncrow.de> Date: Tue Oct 22 20:18:22 2013 +0200 ntdll: vm86 is not available on PowerPC. --- dlls/ntdll/signal_powerpc.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/dlls/ntdll/signal_powerpc.c b/dlls/ntdll/signal_powerpc.c index 3d461ee..ac8095a 100644 --- a/dlls/ntdll/signal_powerpc.c +++ b/dlls/ntdll/signal_powerpc.c @@ -43,10 +43,6 @@ # endif #endif -#ifdef HAVE_SYS_VM86_H -# include <sys/vm86.h> -#endif - #ifdef HAVE_SYS_SIGNAL_H # include <sys/signal.h> #endif
4441
Age (days ago)
4441
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard