On Fri, Sep 12, 2014 at 12:46 PM, Anders Oleson <[email protected]> wrote: > Is there a conditional compile flag for LIBUSB 0.1?
Yes you can use the inverse of HAVE_LIBUSB1. Similar code: src/jtag/drivers/libusb_common.h 20 #ifdef HAVE_LIBUSB1 21 #include <libusb1_common.h> 22 #else 23 #include <libusb0_common.h> 24 #endif -- Xiaofan ------------------------------------------------------------------------------ Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce Perforce version control. Predictably reliable. http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
