widl: Add ARM support.

This commit is contained in:
André Hentschel 2009-09-25 16:10:50 +02:00 committed by Alexandre Julliard
parent fd3c8335fd
commit 1d0365da95

View File

@ -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;