diff options
Diffstat (limited to 'tcc.h')
| -rw-r--r-- | tcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
