Rémi Bernon : opengl32: Use the unixlib interface for EXT functions.
Module: wine Branch: master Commit: dceaa225cd09c2a7b3cf8a139269729f86c46b19 URL: https://gitlab.winehq.org/wine/wine/-/commit/dceaa225cd09c2a7b3cf8a139269729... Author: Rémi Bernon <rbernon(a)codeweavers.com> Date: Tue Oct 18 12:14:54 2022 +0200 opengl32: Use the unixlib interface for EXT functions. --- dlls/opengl32/Makefile.in | 1 - dlls/opengl32/make_opengl | 154 +- dlls/opengl32/opengl_ext.c | 21484 ------------------------------------- dlls/opengl32/thunks.c | 24306 ++++++++++++++++++++++++++++++++++++++++++ dlls/opengl32/unix_thunks.c | 24218 +++++++++++++++++++++++++++++++++++++++++ dlls/opengl32/unixlib.h | 22763 +++++++++++++++++++++++++++++++++++++++ 6 files changed, 71348 insertions(+), 21578 deletions(-)
participants (1)
-
Alexandre Julliard