aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorgrischka <grischka>2009-07-18 22:05:27 +0200
committergrischka <grischka>2009-07-18 22:05:27 +0200
commit3ea4acb9b9151442da2fb6057906aff4c094bcef (patch)
tree0a4fe1e8904f20937df8fe2f62f9f874bf4674bc /tcc.h
parent719ba918dd14f6c86e47e1af10f31895e814c80e (diff)
downloadtinycc-3ea4acb9b9151442da2fb6057906aff4c094bcef.tar.gz
tinycc-3ea4acb9b9151442da2fb6057906aff4c094bcef.tar.bz2
pe32+ target: add in various #define's
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 60da4fa..ab95f8d 100644
--- a/tcc.h
+++ b/tcc.h
@@ -491,11 +491,13 @@ struct TCCState {
struct InlineFunc **inline_fns;
int nb_inline_fns;
+#ifndef TCC_TARGET_PE
#ifdef TCC_TARGET_X86_64
/* write PLT and GOT here */
char *runtime_plt_and_got;
unsigned int runtime_plt_and_got_offset;
#endif
+#endif
};
/* The current value can be: */