From: Mikko Rasa Date: Thu, 13 Nov 2014 18:55:10 +0000 (+0200) Subject: Fix extension functions on Windows X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=bdced13c0814d1a860573a0ac19964da2ac4d5e1;hp=bdced13c0814d1a860573a0ac19964da2ac4d5e1;p=libs%2Fgl.git Fix extension functions on Windows 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. ---