Module: wine Branch: master Commit: b3bd08d8ddba2f065db62ffeb228002fb42c2fe6 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b3bd08d8ddba2f065db62ffeb... Author: Zebediah Figura <z.figura12(a)gmail.com> Date: Tue Mar 9 17:13:11 2021 -0600 opencl: Generate the spec file and thunks from the official XML registry file. Signed-off-by: Zebediah Figura <z.figura12(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/opencl/Makefile.in | 3 +- dlls/opencl/make_opencl | 299 +++++++++++++++++++ dlls/opencl/opencl.c | 670 +------------------------------------------ dlls/opencl/opencl.spec | 158 +++++----- dlls/opencl/opencl_private.h | 41 +++ dlls/opencl/opencl_thunks.c | 360 +++++++++++++++++++++++ 6 files changed, 768 insertions(+), 763 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=b3bd08d8ddba2f065db62...