André Hentschel : setupapi: Remove support for PPC32.

Alexandre Julliard julliard at winehq.org
Wed Jun 17 15:54:02 CDT 2020


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

Author: André Hentschel <nerv at dawncrow.de>
Date:   Wed Jun 17 15:11:30 2020 +0200

setupapi: Remove support for PPC32.

Signed-off-by: André Hentschel <nerv at dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/setupapi/fakedll.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/setupapi/fakedll.c b/dlls/setupapi/fakedll.c
index 8cb80a9ef1..e83bbb2512 100644
--- a/dlls/setupapi/fakedll.c
+++ b/dlls/setupapi/fakedll.c
@@ -280,8 +280,6 @@ static BOOL build_fake_dll( HANDLE file, const WCHAR *name )
     nt->FileHeader.Machine = IMAGE_FILE_MACHINE_ARM64;
 #elif defined __arm__
     nt->FileHeader.Machine = IMAGE_FILE_MACHINE_ARMNT;
-#elif defined __powerpc__
-    nt->FileHeader.Machine = IMAGE_FILE_MACHINE_POWERPC;
 #else
     nt->FileHeader.Machine = IMAGE_FILE_MACHINE_I386;
 #endif




More information about the wine-cvs mailing list