fix redef of APIENTRY

This commit is contained in:
Bill Currie 2001-04-11 21:02:56 +00:00
parent b025bb32e1
commit 734461092f

View file

@ -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);