Browse Source

added a bit of GLAPIENTRY, APIENTRY setup

tags/mesa_3_3
Brian Paul 26 years ago
parent
commit
0f21a5d36b
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      include/GL/glext.h

+ 4
- 0
include/GL/glext.h View File

@@ -23,6 +23,10 @@ extern "C" {
#define GLAPI extern
#endif

#ifdef GLAPIENTRY
#define APIENTRY GLAPIENTRY
#endif

#ifndef APIENTRY
#define APIENTRY
#endif

Loading…
Cancel
Save