glut: Fix broken font symbols when gcc visibility attributes used.

This commit is contained in:
José Fonseca 2009-02-12 15:49:55 +00:00
parent 2c8c09edda
commit 5ef5162103

View file

@ -108,7 +108,7 @@ extern "C" {
# define GLUTAPIENTRY
# define GLUTAPIENTRYV
# define GLUTCALLBACK
# define GLUTAPI __attribute__((visibility("default")))
# define GLUTAPI extern __attribute__((visibility("default")))
#else