winebuild: Recognize mingw32 as a Windows platform.

oldstable
Alexandre Julliard 2009-12-30 12:43:31 +01:00
parent 38ca263374
commit 1f00088bc8
1 changed files with 1 additions and 0 deletions

View File

@ -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 }
};