Module: wine Branch: master Commit: 37c40316457255053614d76d8704ad4e0651631f URL: https://source.winehq.org/git/wine.git/?a=commit;h=37c40316457255053614d76d8...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Nov 23 16:56:43 2021 +0100
opencl: Convert the Unix library to the __wine_unix_call interface.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/opencl/Makefile.in | 1 + dlls/opencl/make_opencl | 82 +++- dlls/opencl/opencl_private.h | 6 +- dlls/opencl/pe_thunks.c | 286 +++++++++---- dlls/opencl/pe_wrappers.c | 27 +- dlls/opencl/unix_private.h | 49 +-- dlls/opencl/unix_thunks.c | 480 ++++++++++++++------- dlls/opencl/unix_wrappers.c | 72 ++-- dlls/opencl/unixlib.h | 978 +++++++++++++++++++++++++++++++++++++++---- 9 files changed, 1543 insertions(+), 438 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=37c40316457255053614d...