From 3ea4acb9b9151442da2fb6057906aff4c094bcef Mon Sep 17 00:00:00 2001 From: grischka Date: Sat, 18 Jul 2009 22:05:27 +0200 Subject: pe32+ target: add in various #define's --- tcc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tcc.h') 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: */ -- cgit v1.3.1