Browse Source

define GLAPIENTRY and GLAPI if not defined in gl.h

tags/mesa_4_1
Brian Paul 23 years ago
parent
commit
41771982c4
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      include/GL/glu.h

+ 8
- 0
include/GL/glu.h View File



#include <GL/gl.h> #include <GL/gl.h>


#ifndef GLAPIENTRY
#define GLAPIENTRY
#endif

#ifndef GLAPI
#define GLAPI
#endif

#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif

Loading…
Cancel
Save