Commit 478401dc authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

widl: Remove SPARC and Alpha support.

parent 40e7f7b7
......@@ -263,8 +263,6 @@ static void set_target( const char *target )
{ "i786", SYS_WIN32 },
{ "amd64", SYS_WIN64 },
{ "x86_64", SYS_WIN64 },
{ "sparc", SYS_WIN32 },
{ "alpha", SYS_WIN32 },
{ "powerpc", SYS_WIN32 },
{ "arm", SYS_WIN32 },
{ "aarch64", SYS_WIN64 }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment