mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 16:40:13 +01:00
check if GLAPIENTRYP is already set
This commit is contained in:
parent
f82c775fff
commit
faf4059aa8
1 changed files with 3 additions and 0 deletions
|
|
@ -96,7 +96,10 @@
|
|||
#define APIENTRY GLAPIENTRY
|
||||
#endif
|
||||
#define APIENTRYP APIENTRY *
|
||||
|
||||
#ifndef GLAPIENTRYP
|
||||
#define GLAPIENTRYP GLAPIENTRY *
|
||||
#endif
|
||||
|
||||
#ifdef CENTERLINE_CLPP
|
||||
#define signed
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue