From 72d49e05a75103924cd2d990388bd6306f71cfa9 Mon Sep 17 00:00:00 2001 From: degasus Date: Thu, 27 Jun 2013 10:34:53 +0200 Subject: [PATCH] fix opengl debug build on win32 --- Source/Plugins/Plugin_VideoOGL/Src/Render.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp b/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp index 98e85e31e5..fcd18f8c0d 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp @@ -217,7 +217,7 @@ void ApplySSAASettings() { #endif } -void ErrorCallback( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const char* message, void* userParam) +void GLAPIENTRY ErrorCallback( GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const char* message, void* userParam) { // GLES3 doesn't natively support this // XXX: Include GLES2 extensions header so we can use this