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

@@ -36,6 +36,14 @@

#include <GL/gl.h>

#ifndef GLAPIENTRY
#define GLAPIENTRY
#endif

#ifndef GLAPI
#define GLAPI
#endif

#ifdef __cplusplus
extern "C" {
#endif

Loading…
Cancel
Save