widl: Add ARM64 support.

oldstable
André Hentschel 2013-01-16 00:44:33 +01:00 committed by Alexandre Julliard
parent 99f722e24f
commit 3ea316638d
1 changed files with 2 additions and 1 deletions

View File

@ -266,7 +266,8 @@ static void set_target( const char *target )
{ "sparc", SYS_WIN32 },
{ "alpha", SYS_WIN32 },
{ "powerpc", SYS_WIN32 },
{ "arm", SYS_WIN32 }
{ "arm", SYS_WIN32 },
{ "aarch64", SYS_WIN64 }
};
unsigned int i;