]> git.tdb.fi Git - gldbg.git/blob - glwrap.ld
Fix things for 64-bit systems
[gldbg.git] / glwrap.ld
1 VERSION
2 {
3         {
4                 global:
5                         gl*;
6                 local:
7                         *;
8         };
9 }