Alexandre Julliard : sane.ds: Move SANE library calls to a separate Unix library.

Alexandre Julliard julliard at winehq.org
Thu Oct 28 16:07:44 CDT 2021


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Wed Oct 27 15:27:52 2021 +0200

sane.ds: Move SANE library calls to a separate Unix library.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/sane.ds/Makefile.in  |   4 +-
 dlls/sane.ds/capability.c |  51 ++----
 dlls/sane.ds/ds_ctrl.c    |  41 +----
 dlls/sane.ds/ds_image.c   | 142 +++++-----------
 dlls/sane.ds/options.c    | 169 +------------------
 dlls/sane.ds/sane_i.h     |  38 +----
 dlls/sane.ds/sane_main.c  | 187 ++++++---------------
 dlls/sane.ds/ui.c         |  88 ++++------
 dlls/sane.ds/unixlib.c    | 413 ++++++++++++++++++++++++++++++++++++++++++++++
 dlls/sane.ds/unixlib.h    | 112 +++++++++++++
 10 files changed, 682 insertions(+), 563 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=64d54282d8e06b246d116b335e8b1d5a6e228099



More information about the wine-cvs mailing list