@ -36,11 +36,15 @@ namespace Magnum { namespace Platform { namespace Implementation {
class OpenGLFunctionLoader {
public:
#ifndef CORRADE_GCC46_COMPATIBILITY
#ifndef CORRADE_TARGET_WINDOWS
using FunctionPointer = void(*)();
#else
using FunctionPointer = PROC;
#endif
typedef void(*FunctionPointer)();
explicit OpenGLFunctionLoader();
~OpenGLFunctionLoader();