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