From 9a069faa0135b02f3ea8601594e174ada73fcd74 Mon Sep 17 00:00:00 2001 From: Michael Lutz Date: Sat, 16 Jan 2021 16:43:17 +0100 Subject: Codechange: [Win32] Try to get an OpenGL 3.2+ context if possible. --- src/video/opengl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video/opengl.cpp') diff --git a/src/video/opengl.cpp b/src/video/opengl.cpp index cbad8a167..e128b77f3 100644 --- a/src/video/opengl.cpp +++ b/src/video/opengl.cpp @@ -62,7 +62,7 @@ GetOGLProcAddressProc GetOGLProcAddress; * @param substring Substring to find. * @return Pointer to the start of the match or nullptr if the substring is not present. */ -static const char *FindStringInExtensionList(const char *string, const char *substring) +const char *FindStringInExtensionList(const char *string, const char *substring) { while (1) { /* Is the extension string present at all? */ -- cgit v1.2.3-70-g09d2