added a bit of GLAPIENTRY, APIENTRY setup

This commit is contained in:
Brian Paul 2000-02-27 18:12:41 +00:00
parent 7f88ac198c
commit 0f21a5d36b

View file

@ -23,6 +23,10 @@ extern "C" {
#define GLAPI extern
#endif
#ifdef GLAPIENTRY
#define APIENTRY GLAPIENTRY
#endif
#ifndef APIENTRY
#define APIENTRY
#endif