Define GLAPIENTRY even if APIENTRY is not defined.

This commit is contained in:
Marcus Sundberg 2000-05-14 18:09:31 +00:00
parent 14a56b7317
commit d4845db15c

View file

@ -35,6 +35,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef GLAPIENTRY
# ifdef APIENTRY
# define GLAPIENTRY APIENTRY
# else
# define GLAPIENTRY
# endif
#endif