From 1f00088bc8a7cab91f0a84716158a3ee84d386cb Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Wed, 30 Dec 2009 12:43:31 +0100 Subject: [PATCH] winebuild: Recognize mingw32 as a Windows platform. --- tools/winebuild/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/winebuild/main.c b/tools/winebuild/main.c index 3dd4fea109b..e81f88fd9b1 100644 --- a/tools/winebuild/main.c +++ b/tools/winebuild/main.c @@ -117,6 +117,7 @@ static const struct { "darwin", PLATFORM_APPLE }, { "freebsd", PLATFORM_FREEBSD }, { "solaris", PLATFORM_SOLARIS }, + { "mingw32", PLATFORM_WINDOWS }, { "windows", PLATFORM_WINDOWS }, { "winnt", PLATFORM_WINDOWS } };