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 --- src/native/almisc.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/native/almisc.c') diff --git a/src/native/almisc.c b/src/native/almisc.c index c77cb0e..61ee599 100644 --- a/src/native/almisc.c +++ b/src/native/almisc.c @@ -10,15 +10,6 @@ #define __cdecl /* Trim non-standard keyword */ #endif #include "efx.h" - #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 -- cgit v1.2.3