Module: wine Branch: master Commit: 30aada25da6c603f5ab8d9c8ab1441e0b3a1b025 URL: https://gitlab.winehq.org/wine/wine/-/commit/30aada25da6c603f5ab8d9c8ab1441e...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri Oct 7 18:07:18 2022 +0200
opengl32: Move the null functions to unix_thunks.c.
---
dlls/opengl32/Makefile.in | 1 - dlls/opengl32/make_opengl | 102 +- dlls/opengl32/opengl_norm.c | 6098 ------------------------------------------- dlls/opengl32/unix_thunks.c | 6091 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 6137 insertions(+), 6155 deletions(-)