winebuild: Recognize mingw32 as a Windows platform.
This commit is contained in:
parent
38ca263374
commit
1f00088bc8
|
@ -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 }
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue