Module: wine Branch: master Commit: b87256cd1db21a59484248a193b6ad12ca2853ca URL: https://source.winehq.org/git/wine.git/?a=commit;h=b87256cd1db21a59484248a19...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Apr 6 22:44:00 2020 +0200
libwine: Make the dlopen() wrapper functions obsolete.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
include/wine/library.h | 3 - libs/port/stubs.c | 22 ---- libs/wine/loader.c | 265 ++++++++++++++++++++++++++----------------------- libs/wine/wine.map | 6 +- 4 files changed, 143 insertions(+), 153 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b87256cd1db21a5948424...