[sane-devel] plustek-usbhw.c -> itimerval struct not known on OS/2

Henning Meier-Geinitz henning@meier-geinitz.de
Sun, 17 Mar 2002 21:12:33 +0100


Hi,

On Sun, Mar 17, 2002 at 06:34:51PM +0100, Franz Bakan wrote:
> When I change plustek.c like this:
> 
> ...
> /* might be used to disable all USB stuff */
> #ifdef HAVE_USB_H
> #define _PLUSTEK_USB
> #endif

This will also disable _PLUSTEK_USB for all other platforms that don't
have libusb. But plustek uses sanei_usb, not libusb...
So better check for OS2_H.

Bye,
  Henning