Commit 1d0365da authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

widl: Add ARM support.

parent fd3c8335
......@@ -252,7 +252,8 @@ static void set_target( const char *target )
{ "x86_64", SYS_WIN64 },
{ "sparc", SYS_WIN32 },
{ "alpha", SYS_WIN32 },
{ "powerpc", SYS_WIN32 }
{ "powerpc", SYS_WIN32 },
{ "arm", SYS_WIN32 }
};
unsigned int i;
......
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