Commit 3686e74e authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winebuild: Add support for amd64-mingw32msvc platform.

parent aafef7cd
......@@ -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 },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment