This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
define GLAPIENTRY and GLAPI if not defined in gl.h
tags/mesa_4_1
Brian Paul
23 years ago
parent
fb657ef91d
commit
41771982c4
1 changed files
with
8 additions
and
0 deletions
Split View
Show Diff Stats
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
Write
Preview
Loading…
Cancel
Save