mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
fix redef of APIENTRY
This commit is contained in:
parent
b025bb32e1
commit
734461092f
1 changed files with 3 additions and 1 deletions
|
@ -239,7 +239,9 @@ void GL_Bind (int texnum);
|
|||
#define TEXTURE1_SGIS 0x835F
|
||||
|
||||
#ifndef _WIN32
|
||||
#define APIENTRY /* */
|
||||
# ifndef APIENTRY
|
||||
# define APIENTRY /* */
|
||||
# endif
|
||||
#endif
|
||||
|
||||
typedef void (APIENTRY *lpMTexFUNC) (GLenum, GLfloat, GLfloat);
|
||||
|
|
Loading…
Reference in a new issue