From 03e5bba36d7826022ae5d75da96bd3a1dbe0a827 Mon Sep 17 00:00:00 2001 From: Xerxes Rånby Date: Tue, 29 Jan 2013 15:08:23 +0100 Subject: Remove system dependency of intptr_t and uint64_t. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Xerxes Rånby --- make/joal-common-CustomCCode.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'make/joal-common-CustomCCode.c') diff --git a/make/joal-common-CustomCCode.c b/make/joal-common-CustomCCode.c index 593f1d5..e620735 100755 --- a/make/joal-common-CustomCCode.c +++ b/make/joal-common-CustomCCode.c @@ -1,10 +1,3 @@ -#ifdef _MSC_VER /* Windows, Microsoft compilers */ -/* This typedef is apparently needed for compilers before VC8 */ -#if _MSC_VER < 1400 -typedef int intptr_t; -#endif -#else -/* This header seems to be available on all other platforms */ -#include -#endif +#include +#include #include -- cgit v1.2.3