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
added a bit of GLAPIENTRY, APIENTRY setup
tags/mesa_3_3
Brian Paul
26 years ago
parent
7f88ac198c
commit
0f21a5d36b
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
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
Write
Preview
Loading…
Cancel
Save