mingw: support -municode

This commit is contained in:
Elaine Gibson
2024-03-23 08:03:41 +00:00
parent 71d878ba50
commit add74427b9
8 changed files with 125 additions and 26 deletions

View File

@@ -532,6 +532,10 @@ const known_options = [_]KnownOpt{
.name = "ObjC",
.ident = "force_load_objc",
},
.{
.name = "municode",
.ident = "mingw_unicode_entry_point",
},
};
const blacklisted_options = [_][]const u8{};