diff options
Diffstat (limited to 'libraries/glew/glew_glapientry.patch')
-rw-r--r-- | libraries/glew/glew_glapientry.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/glew/glew_glapientry.patch b/libraries/glew/glew_glapientry.patch new file mode 100644 index 0000000000000..95e21f6017ebb --- /dev/null +++ b/libraries/glew/glew_glapientry.patch @@ -0,0 +1,10 @@ +--- glew-1.5.0/include/GL/glew.h 2007-12-28 03:09:49.000000000 +0000 ++++ glew-patched/include/GL/glew.h 2008-01-26 11:45:27.000000000 +0000 +@@ -10764,7 +10764,6 @@ + #ifdef GLEW_APIENTRY_DEFINED + #undef GLEW_APIENTRY_DEFINED + #undef APIENTRY +-#undef GLAPIENTRY + #endif + + #ifdef GLEW_CALLBACK_DEFINED |