aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorPavlas, Zdenek <zden3k@gmail.com>2016-12-12 06:52:45 -0800
committerPavlas, Zdenek <zden3k@gmail.com>2016-12-30 03:01:33 -0800
commit0486939291bfe4406f688ffc8a62b4da2c7a95cf (patch)
treeaa4db39f0a1bd152912cd611ca78b0ad5333864e /tcc.h
parent9b3e4c5895692eaa62ab2dbc14ecc3883980d997 (diff)
downloadtinycc-0486939291bfe4406f688ffc8a62b4da2c7a95cf.tar.gz
tinycc-0486939291bfe4406f688ffc8a62b4da2c7a95cf.tar.bz2
win32: support "-Wl,--large-address-aware" option
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 1488c26..7997e86 100644
--- a/tcc.h
+++ b/tcc.h
@@ -744,6 +744,7 @@ struct TCCState {
#ifdef TCC_TARGET_PE
/* PE info */
int pe_subsystem;
+ unsigned pe_characteristics;
unsigned pe_file_align;
unsigned pe_stack_size;
# ifdef TCC_TARGET_X86_64