mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 09:10:12 +01:00
glut: Fix broken font symbols when gcc visibility attributes used.
This commit is contained in:
parent
2c8c09edda
commit
5ef5162103
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ extern "C" {
|
|||
# define GLUTAPIENTRY
|
||||
# define GLUTAPIENTRYV
|
||||
# define GLUTCALLBACK
|
||||
# define GLUTAPI __attribute__((visibility("default")))
|
||||
# define GLUTAPI extern __attribute__((visibility("default")))
|
||||
|
||||
#else
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue