=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: ntdll: vm86 is not available on PowerPC.

Alexandre Julliard julliard at winehq.org
Wed Oct 23 15:51:03 CDT 2013


Module: wine
Branch: master
Commit: e0e7a0770b82c66ad9d14d7b400f7d091ca1bd02
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e0e7a0770b82c66ad9d14d7b400f7d091ca1bd02

Author: André Hentschel <nerv at 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




More information about the wine-cvs mailing list