kopia lustrzana https://gitlab.com/sane-project/backends
Worked around a cygwin libusb compatibility problem (patch from Giuseppe Sacco
eppesuig at users.alioth.debian.org).merge-requests/1/head
rodzic
3b1964354c
commit
a072aedd06
|
@ -1,3 +1,9 @@
|
||||||
|
2004-08-23 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
|
|
||||||
|
* tools/sane-find-scanner.c: Worked around a cygwin libusb
|
||||||
|
compatibility problem (patch from Giuseppe Sacco eppesuig
|
||||||
|
at users.alioth.debian.org).
|
||||||
|
|
||||||
2004-08-19 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
2004-08-19 Henning Meier-Geinitz <henning@meier-geinitz.de>
|
||||||
|
|
||||||
* doc/descriptions/gt68xx.desc doc/descriptions/unsupported.desc:
|
* doc/descriptions/gt68xx.desc doc/descriptions/unsupported.desc:
|
||||||
|
|
|
@ -30,17 +30,17 @@
|
||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
#ifdef HAVE_LIBUSB
|
|
||||||
#include "usb.h"
|
|
||||||
extern char * check_usb_chip (struct usb_device *dev, int verbosity);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined (HAVE_WINDOWS_H)
|
#if defined (HAVE_WINDOWS_H)
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <ddk/scsi.h>
|
#include <ddk/scsi.h>
|
||||||
#include <ddk/ntddscsi.h>
|
#include <ddk/ntddscsi.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_LIBUSB
|
||||||
|
#include "usb.h"
|
||||||
|
extern char * check_usb_chip (struct usb_device *dev, int verbosity);
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "../include/sane/sanei.h"
|
#include "../include/sane/sanei.h"
|
||||||
#include "../include/sane/sanei_scsi.h"
|
#include "../include/sane/sanei_scsi.h"
|
||||||
#include "../include/sane/sanei_usb.h"
|
#include "../include/sane/sanei_usb.h"
|
||||||
|
|
Ładowanie…
Reference in New Issue