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

winegcc: Add support for amd64-mingw32msvc platform.

parent c94b2687
......@@ -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 },
......
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