Commit 802c87d0 authored by Roderick Colenbrander's avatar Roderick Colenbrander Committed by Alexandre Julliard

opengl32: Relax extension checking.

parent f73821c2
......@@ -250,7 +250,6 @@ PROC WINAPI wglGetProcAddress(LPCSTR lpszProc) {
/* Check if the GL extension required by the function is available */
if(!is_extension_supported(ext_ret->extension)) {
WARN("Extension '%s' required by function '%s' not supported!\n", ext_ret->extension, lpszProc);
return NULL;
}
local_func = wine_wgl.p_wglGetProcAddress(ext_ret->name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment