(generator_flags, arch)
| 1083 | |
| 1084 | |
| 1085 | def _GetVsvarsSetupArgs(generator_flags, arch): |
| 1086 | vs = GetVSVersion(generator_flags) |
| 1087 | return vs.SetupScript() |
| 1088 | |
| 1089 | |
| 1090 | def ExpandMacros(string, expansions): |
nothing calls this directly
no test coverage detected