Guarantee consistency of names/addresses in glutGetProcAddress by
authorSven Panne <sven.panne@aedion.de>
Sun, 22 May 2005 09:45:53 +0000 (09:45 +0000)
committerSven Panne <sven.panne@aedion.de>
Sun, 22 May 2005 09:45:53 +0000 (09:45 +0000)
commit6d929e2b0033200611e4d0d0372c010df5ce35a7
tree9b339ffe8caf0e29122d29f17a50ecca83ac8fb4
parentc458be83798594a712c1015127db7e90f5a22045
Guarantee consistency of names/addresses in glutGetProcAddress by
using a macro. In addition, this avoids any non-constant initializer
issues which might be raised when using WinDoze GCCs. The additional
code overhead is negligible, at least for x86 (a few instructions per
name).

git-svn-id: svn+ssh://svn.code.sf.net/p/freeglut/code/trunk/freeglut/freeglut@621 7f0cb862-5218-0410-a997-914c9d46530a
ChangeLog
src/freeglut_ext.c