Fix warnings on Linux
This commit is contained in:
parent
14e9f873e1
commit
d9cfc7cd43
1 changed files with 3 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue