diff options
Diffstat (limited to 'games/shaaft/files/patch-utilsgl_gl++.hpp')
-rw-r--r-- | games/shaaft/files/patch-utilsgl_gl++.hpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/shaaft/files/patch-utilsgl_gl++.hpp b/games/shaaft/files/patch-utilsgl_gl++.hpp new file mode 100644 index 000000000000..aae454102b59 --- /dev/null +++ b/games/shaaft/files/patch-utilsgl_gl++.hpp @@ -0,0 +1,15 @@ +--- utilsgl/gl++.hpp.orig 2004-01-01 04:32:28 UTC ++++ utilsgl/gl++.hpp +@@ -27,12 +27,6 @@ + # if defined(_WIN64) + typedef __int64 GLintptrARB; + typedef __int64 GLsizeiptrARB; +-# elif defined(__ia64__) || defined(__x86_64__) +- typedef long int GLintptrARB; +- typedef long int GLsizeiptrARB; +-# else +- typedef int GLintptrARB; +- typedef int GLsizeiptrARB; + # endif + #endif + |