]> git.cworth.org Git - fips/commit
Fix glwrap.c to workaround 'const' changes in OpenGL headers.
authorCarl Worth <cworth@cworth.org>
Mon, 29 Apr 2013 20:23:58 +0000 (13:23 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 29 Apr 2013 20:23:58 +0000 (13:23 -0700)
commitfa324e0ec0fbd4becdb000d4b9d8c17d5b79f92a
tree3d129f1cce50a3cc5e37b94730e2763a37c996f8
parentb8b9a79e315bf3a030c3b0840ad1490746b5a8e0
Fix glwrap.c to workaround 'const' changes in OpenGL headers.

Not all OpenGL headers are created equal. Some include more "const"
keywords than others, and we don't know wheter the headers we are
compiling against include the extra "const". We force all to be equal
by using the preprocessor to remove all "const" keywords altogether.
glwrap.c