aboutsummaryrefslogtreecommitdiff
path: root/devel/kyra/files/patch-util_gltypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/kyra/files/patch-util_gltypes.h')
-rw-r--r--devel/kyra/files/patch-util_gltypes.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/kyra/files/patch-util_gltypes.h b/devel/kyra/files/patch-util_gltypes.h
new file mode 100644
index 000000000000..1b858a22e3e3
--- /dev/null
+++ b/devel/kyra/files/patch-util_gltypes.h
@@ -0,0 +1,13 @@
+--- util/gltypes.h.orig Tue Sep 12 19:01:55 2006
++++ util/gltypes.h Tue Sep 12 19:02:26 2006
+@@ -40,8 +40,8 @@
+ typedef Sint32 S32;
+
+ #ifdef SDL_HAS_64BIT_TYPE
+- typedef SDL_HAS_64BIT_TYPE S64;
+- typedef unsigned SDL_HAS_64BIT_TYPE U64;
++ typedef Sint64 S64;
++ typedef Uint64 U64;
+ #else
+ #error No 64-bit integer.
+ #endif