[1/13] winetest: Remove SPARC support

André Hentschel nerv at dawncrow.de
Wed Feb 20 14:09:33 CST 2013


---
 programs/winetest/main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/programs/winetest/main.c b/programs/winetest/main.c
index 6c8e327..f4ebee6 100644
--- a/programs/winetest/main.c
+++ b/programs/winetest/main.c
@@ -313,8 +313,6 @@ static void print_version (void)
     static const char platform[] = "i386";
 #elif defined(__x86_64__)
     static const char platform[] = "x86_64";
-#elif defined(__sparc__)
-    static const char platform[] = "sparc";
 #elif defined(__powerpc__)
     static const char platform[] = "powerpc";
 #elif defined(__arm__)
-- 
1.8.0



-- 

Best Regards, André Hentschel


More information about the wine-patches mailing list