mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
widl: Add ARM support.
This commit is contained in:
parent
fd3c8335fd
commit
1d0365da95
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user