summaryrefslogtreecommitdiffstats
path: root/make/joal-common-CustomCCode.c
diff options
context:
space:
mode:
authorXerxes Rånby <[email protected]>2013-01-29 15:08:23 +0100
committerXerxes Rånby <[email protected]>2013-01-29 15:08:23 +0100
commit03e5bba36d7826022ae5d75da96bd3a1dbe0a827 (patch)
treecd7ec7f52859fbee25299bcbd5792b1ebf2102c9 /make/joal-common-CustomCCode.c
parent2646b95c4b34a0b97426dfc5a9cc5d9423ac889f (diff)
Remove system dependency of intptr_t and uint64_t.
Signed-off-by: Xerxes Rånby <[email protected]>
Diffstat (limited to 'make/joal-common-CustomCCode.c')
-rwxr-xr-xmake/joal-common-CustomCCode.c11
1 files changed, 2 insertions, 9 deletions
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 <inttypes.h>
-#endif
+#include <al-types.h>
+#include <alc-types.h>
#include <string.h>