]> git.tdb.fi Git - libs/gl.git/commitdiff
Fix extension functions on Windows
authorMikko Rasa <tdb@tdb.fi>
Thu, 13 Nov 2014 18:55:10 +0000 (20:55 +0200)
committerMikko Rasa <tdb@tdb.fi>
Thu, 13 Nov 2014 21:23:00 +0000 (23:23 +0200)
They have to be marked with APIENTRY for the correct calling convention.
OpenGL 1.0 and 1.1 functions are not available through wglGetProcAddress,
so link them directly.


No differences found