From fd7654e4e80f59e18bfaf7ba4872fefcd74feeb5 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sat, 14 Oct 2017 20:12:15 -0400 Subject: build-exe allows direct export of WinMainCRTStartup --- src/all_types.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/all_types.hpp') diff --git a/src/all_types.hpp b/src/all_types.hpp index bbb4f43497..57ff028d40 100644 --- a/src/all_types.hpp +++ b/src/all_types.hpp @@ -1455,6 +1455,7 @@ struct CodeGen { bool have_pub_main; bool have_c_main; bool have_winmain; + bool have_winmain_crt_startup; bool have_pub_panic; Buf *libc_lib_dir; Buf *libc_static_lib_dir; -- cgit v1.2.3