gphoto.ds: Implemented a libgphoto2 import driver, based on the sane.ds driver.
commit40e7ef3a1dc92dcb198835ede0de8bb2725b417b
authorMarcus Meissner <marcus@jet.franken.de>
Mon, 8 May 2006 18:09:37 +0000 (8 20:09 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 8 May 2006 20:37:05 +0000 (8 22:37 +0200)
tree72b56a3ca2e9c6e5bd1478b0f610c1cce18c3290
parent125efed86ab4352318340b7f2603a36c8eab82a5
gphoto.ds: Implemented a libgphoto2 import driver, based on the sane.ds driver.

Wrote a GUI import dialog.
With help from Aric Stewart.
16 files changed:
configure
configure.ac
dlls/Makefile.in
dlls/gphoto2.ds/.gitignore [new file with mode: 0644]
dlls/gphoto2.ds/Makefile.in [new file with mode: 0644]
dlls/gphoto2.ds/capability.c [new file with mode: 0644]
dlls/gphoto2.ds/ds_ctrl.c [new file with mode: 0644]
dlls/gphoto2.ds/ds_image.c [new file with mode: 0644]
dlls/gphoto2.ds/gphoto2.ds.spec [new file with mode: 0644]
dlls/gphoto2.ds/gphoto2_En.rc [new file with mode: 0644]
dlls/gphoto2.ds/gphoto2_i.h [new file with mode: 0644]
dlls/gphoto2.ds/gphoto2_main.c [new file with mode: 0644]
dlls/gphoto2.ds/resource.h [new file with mode: 0644]
dlls/gphoto2.ds/rsrc.rc [new file with mode: 0644]
dlls/gphoto2.ds/ui.c [new file with mode: 0644]
include/config.h.in