mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 11:08:24 +02:00
defined APIENTRY if undefined
This commit is contained in:
parent
57a055c82f
commit
4951c0e0a8
1 changed files with 2 additions and 0 deletions
|
|
@ -30,7 +30,9 @@
|
|||
|
||||
#ifndef _WIN32
|
||||
/* added by BrianP: */
|
||||
#ifndef APIENTRY
|
||||
#define APIENTRY GLAPIENTRY
|
||||
#endif
|
||||
#define __cdecl GLAPIENTRY
|
||||
#define CDECL GLAPIENTRY
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue