winebuild: Add support for amd64-mingw32msvc platform.

oldstable
André Hentschel 2010-05-27 20:08:31 +02:00 committed by Alexandre Julliard
parent aafef7cdd5
commit 3686e74e1b
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,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 },