diff options
Diffstat (limited to 'games/nehquake/files/patch-src__glquake.h')
-rw-r--r-- | games/nehquake/files/patch-src__glquake.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/nehquake/files/patch-src__glquake.h b/games/nehquake/files/patch-src__glquake.h new file mode 100644 index 0000000..dd490a8 --- /dev/null +++ b/games/nehquake/files/patch-src__glquake.h @@ -0,0 +1,10 @@ +--- ./src/glquake.h.orig Tue Sep 27 19:06:49 2005 ++++ ./src/glquake.h Tue May 16 17:36:22 2006 +@@ -275,7 +275,6 @@ + #define TEXTURE1_SGIS gl_Texture1 + + #ifndef _WIN32 +-#define APIENTRY /* */ + #endif + + typedef void (APIENTRY *lpMTexFUNC) (GLenum, GLfloat, GLfloat); |