Alexandre Julliard : gphoto2.ds: Move libgphoto2 handling to a separate Unix library.

Alexandre Julliard julliard at winehq.org
Fri Oct 29 16:29:07 CDT 2021


Module: wine
Branch: master
Commit: bbfbfd0869902507264857628aac1e316d4a331d
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=bbfbfd0869902507264857628aac1e316d4a331d

Author: Alexandre Julliard <julliard at 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 at 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=bbfbfd0869902507264857628aac1e316d4a331d



More information about the wine-cvs mailing list