Module: wine Branch: master Commit: b892720adb2daf2c1a671a6d7876616fe2ce1576 URL: https://gitlab.winehq.org/wine/wine/-/commit/b892720adb2daf2c1a671a6d7876616...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Nov 7 15:41:48 2022 +0100
opengl32: Move wglGetProcAddress extension filtering to unix_wgl.c.
---
dlls/opengl32/make_opengl | 2 +- dlls/opengl32/opengl_ext.h | 9 ---- dlls/opengl32/unix_thunks.c | 9 +--- dlls/opengl32/unix_wgl.c | 107 +++++++++++++++++++++++++++++++++++++++++++- dlls/opengl32/wgl.c | 90 +++---------------------------------- 5 files changed, 113 insertions(+), 104 deletions(-)