Roderick Colenbrander : opengl32: Relax extension checking.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Jul 26 06:36:59 CDT 2007


Module: wine
Branch: master
Commit: 802c87d066371c04e4e9b812c214238e89962d39
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=802c87d066371c04e4e9b812c214238e89962d39

Author: Roderick Colenbrander <thunderbird2k at gmx.net>
Date:   Wed Jul 25 22:27:39 2007 +0200

opengl32: Relax extension checking.

---

 dlls/opengl32/wgl.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/opengl32/wgl.c b/dlls/opengl32/wgl.c
index 5ab33d8..029f361 100644
--- a/dlls/opengl32/wgl.c
+++ b/dlls/opengl32/wgl.c
@@ -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);




More information about the wine-cvs mailing list