winegcc: Add support for amd64-mingw32msvc platform.

This commit is contained in:
André Hentschel 2010-05-25 01:04:59 +02:00 committed by Alexandre Julliard
parent c94b2687d2
commit b723530be0
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ static const struct
{ "i586", CPU_x86 },
{ "i686", CPU_x86 },
{ "i786", CPU_x86 },
{ "amd64", CPU_x86_64 },
{ "x86_64", CPU_x86_64 },
{ "sparc", CPU_SPARC },
{ "alpha", CPU_ALPHA },