Core: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflicts
authorPete Batard <pete@akeo.ie>
Mon, 2 Jul 2012 22:39:19 +0000 (23:39 +0100)
committerPete Batard <pete@akeo.ie>
Tue, 3 Jul 2012 10:01:41 +0000 (11:01 +0100)
commit7ec94a45ed8155e7a1d4d5d75575099b09c78834
treeac57151fceac382b0e80567f2563bb44efb88e91
parent63f569be66a40a720bb797a87c3589f3e4de925a
Core: Prefix LOG_LEVEL_ with LIBUSB_ to avoid conflicts

* The LOG_LEVEL_ enums, that were moved to the public API
  in 933a319469bcccc962031c989e39d9d1f44f2885 may conflict
  with applications/headers that also define their own
  LOG_LEVEL_ values internally.
* As a matter of fact, as per Trac #31, this produces a
  conflict with libusb-compat, as it defines its own levels.
examples/xusb.c
libusb/core.c
libusb/libusb.h
libusb/libusbi.h
libusb/version_nano.h