aboutsummaryrefslogtreecommitdiff
path: root/src/all_types.hpp
diff options
context:
space:
mode:
authorAndrew Kelley <superjoe30@gmail.com>2017-10-14 20:12:15 -0400
committerAndrew Kelley <superjoe30@gmail.com>2017-10-14 20:12:15 -0400
commitfd7654e4e80f59e18bfaf7ba4872fefcd74feeb5 (patch)
treea7f7582bc03d4f0a562dfef581613412641474a3 /src/all_types.hpp
parentf54aff46721b04fe43b645f27d3c4dbb8d2cc74d (diff)
downloadzig-fd7654e4e80f59e18bfaf7ba4872fefcd74feeb5.tar.gz
zig-fd7654e4e80f59e18bfaf7ba4872fefcd74feeb5.zip
build-exe allows direct export of WinMainCRTStartup
Diffstat (limited to 'src/all_types.hpp')
-rw-r--r--src/all_types.hpp1
1 files changed, 1 insertions, 0 deletions
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;