Module: wine Branch: master Commit: bbfbfd0869902507264857628aac1e316d4a331d URL: https://source.winehq.org/git/wine.git/?a=commit;h=bbfbfd0869902507264857628...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Oct 29 09:34:35 2021 +0200
gphoto2.ds: Move libgphoto2 handling to a separate Unix library.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/gphoto2.ds/Makefile.in | 4 +- dlls/gphoto2.ds/ds_image.c | 137 ++++++++------ dlls/gphoto2.ds/gphoto2_i.h | 29 +-- dlls/gphoto2.ds/gphoto2_main.c | 362 ++++++----------------------------- dlls/gphoto2.ds/ui.c | 122 +++++------- dlls/gphoto2.ds/unixlib.c | 421 +++++++++++++++++++++++++++++++++++++++++ dlls/gphoto2.ds/unixlib.h | 87 +++++++++ 7 files changed, 701 insertions(+), 461 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=bbfbfd086990250726485...