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

widl: Add support for amd64-mingw32msvc platform.

parent 3686e74e
......@@ -248,6 +248,7 @@ static void set_target( const char *target )
{ "i586", SYS_WIN32 },
{ "i686", SYS_WIN32 },
{ "i786", SYS_WIN32 },
{ "amd64", SYS_WIN64 },
{ "x86_64", SYS_WIN64 },
{ "sparc", SYS_WIN32 },
{ "alpha", SYS_WIN32 },
......
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