mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
added a bit of GLAPIENTRY, APIENTRY setup
This commit is contained in:
parent
7f88ac198c
commit
0f21a5d36b
1 changed files with 4 additions and 0 deletions
|
|
@ -23,6 +23,10 @@ extern "C" {
|
|||
#define GLAPI extern
|
||||
#endif
|
||||
|
||||
#ifdef GLAPIENTRY
|
||||
#define APIENTRY GLAPIENTRY
|
||||
#endif
|
||||
|
||||
#ifndef APIENTRY
|
||||
#define APIENTRY
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue