Module: Mesa Branch: master Commit: 5ef5162103168bff2d68670a715d5afdee82e9e9 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=5ef5162103168bff2d68670a715d5afdee82e9e9
Author: José Fonseca <[email protected]> Date: Thu Feb 12 15:49:55 2009 +0000 glut: Fix broken font symbols when gcc visibility attributes used. --- include/GL/glut.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/GL/glut.h b/include/GL/glut.h index c305b9a..9fdb9cf 100644 --- a/include/GL/glut.h +++ b/include/GL/glut.h @@ -108,7 +108,7 @@ extern "C" { # define GLUTAPIENTRY # define GLUTAPIENTRYV # define GLUTCALLBACK -# define GLUTAPI __attribute__((visibility("default"))) +# define GLUTAPI extern __attribute__((visibility("default"))) #else _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
