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 --- tccgen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tccgen.c') diff --git a/tccgen.c b/tccgen.c index 3b62383..c59613b 100644 --- a/tccgen.c +++ b/tccgen.c @@ -2652,7 +2652,7 @@ the_end: /* long is never used as type */ if ((t & VT_BTYPE) == VT_LONG) -#ifndef TCC_TARGET_X86_64 +#if !defined TCC_TARGET_X86_64 || defined TCC_TARGET_PE t = (t & ~VT_BTYPE) | VT_INT; #else t = (t & ~VT_BTYPE) | VT_LLONG; -- cgit v1.3.1