Fix warnings on Linux

This commit is contained in:
jpaana 2003-12-19 22:23:06 +00:00
parent 14e9f873e1
commit d9cfc7cd43

View file

@ -428,7 +428,9 @@ extern const char *gl_extensions;
void GL_Bind (int texnum);
#ifndef _WIN32
#define APIENTRY /* */
#ifndef APIENTRY
# define APIENTRY /* */
#endif
#endif
#if !defined (__APPLE__) && !defined (MACOSX)