mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
use new PUBLIC macro for symbol export
This commit is contained in:
parent
3903c1f2bc
commit
819b519534
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
#if defined(WIN32)
|
||||
#define KEYWORD1 GLAPI
|
||||
#else
|
||||
#define KEYWORD1
|
||||
#define KEYWORD1 PUBLIC
|
||||
#endif
|
||||
|
||||
#define KEYWORD2 GLAPIENTRY
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue