Fix array pointer as iterators; Remove stack allocations in startup_runtime

This commit is contained in:
Ginger Bill
2017-01-06 15:47:07 +00:00
parent fc1af0a04b
commit b1e35b6da3
5 changed files with 89 additions and 37 deletions
+2
View File
@@ -249,6 +249,8 @@ int main(int argc, char **argv) {
if (build_context.is_dll) {
output_ext = "dll";
link_settings = "/DLL";
} else {
link_settings = "/ENTRY:mainCRTStartup";
}
exit_code = win32_exec_command_line_app("msvc-link", true,