Blame thirdparty/libusb/libusb-1.0.9/msvc/config.h
|
kusano |
7d535a |
/* config.h. Manual config for MSVC. */
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
#ifndef _MSC_VER
|
|
kusano |
7d535a |
#warn "msvc/config.h shouldn't be included for your development environment."
|
|
kusano |
7d535a |
#error "Please make sure the msvc/ directory is removed from your build path."
|
|
kusano |
7d535a |
#endif
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
/* Default visibility */
|
|
kusano |
7d535a |
#define DEFAULT_VISIBILITY /**/
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
/* Debug message logging */
|
|
kusano |
7d535a |
//#define ENABLE_DEBUG_LOGGING 1
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
/* Message logging */
|
|
kusano |
7d535a |
#define ENABLE_LOGGING 1
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
/* Windows backend */
|
|
kusano |
7d535a |
#define OS_WINDOWS 1
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
/* type of second poll() argument */
|
|
kusano |
7d535a |
#define POLL_NFDS_TYPE unsigned int
|
|
kusano |
7d535a |
|
|
kusano |
7d535a |
/* no way to run git describe from MSVC? */
|
|
kusano |
7d535a |
#define LIBUSB_DESCRIBE ""
|