diff options
Diffstat (limited to 'graphics/oglext/files/patch-src_Macros.h')
-rw-r--r-- | graphics/oglext/files/patch-src_Macros.h | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/oglext/files/patch-src_Macros.h b/graphics/oglext/files/patch-src_Macros.h index 6557a788f92d..820f5ac40c7e 100644 --- a/graphics/oglext/files/patch-src_Macros.h +++ b/graphics/oglext/files/patch-src_Macros.h @@ -1,10 +1,9 @@ ---- src/Macros.h.orig Mon Feb 2 19:23:57 2004 -+++ src/Macros.h Mon Feb 2 19:24:13 2004 -@@ -18,7 +18,7 @@ - #define _OGL_MACROS_H_ +--- src/Macros.h.orig Thu Aug 19 23:19:51 2004 ++++ src/Macros.h Thu Aug 19 23:20:28 2004 +@@ -19,6 +19,7 @@ + + #if !defined(_WIN32) && (!defined(__APPLE__) || !defined(__GNUC__)) && !defined(__MACOSX__) - #ifndef _WIN32 -- + #define GLX_GLXEXT_PROTOTYPES #include <GL/glx.h> |