aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/openal/alext.h
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes/openal/alext.h')
-rw-r--r--make/stub_includes/openal/alext.h16
1 files changed, 3 insertions, 13 deletions
diff --git a/make/stub_includes/openal/alext.h b/make/stub_includes/openal/alext.h
index 0447f2b..070e839 100644
--- a/make/stub_includes/openal/alext.h
+++ b/make/stub_includes/openal/alext.h
@@ -21,19 +21,9 @@
#ifndef AL_ALEXT_H
#define AL_ALEXT_H
-#include <stddef.h>
-/* Define int64_t and uint64_t types */
-#if defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
-#include <inttypes.h>
-#elif defined(_WIN32) && defined(__GNUC__)
-#include <stdint.h>
-#elif defined(_WIN32)
-typedef __int64 int64_t;
-typedef unsigned __int64 uint64_t;
-#else
-/* Fallback if nothing above works */
-#include <inttypes.h>
-#endif
+// JOAL removed include of
+// stddef.h, inttypes.h, stdint.h or inttypes.h
+// tese headers confuse gluegen if in use.
#include "alc.h"
#include "al.h"