aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
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