Files
EF3-Interface/PcDmis/ThirdParty/UsbSupport/libusb-win32-src-1.2.4.0/src/libusb-win32_version.h
T
2013-05-09 20:29:54 +08:00

19 lines
476 B
C

/* libusb-win32_version.h ++ auto-generated
*/
#ifndef __LIBUSB_WIN32_VERSION_H
#define __LIBUSB_WIN32_VERSION_H
#define __DEFTOSTR(x) #x
#define _DEFTOSTR(x) __DEFTOSTR(x)
#define VERSION_MAJOR 1
#define VERSION_MINOR 2
#define VERSION_MICRO 4
#define VERSION_NANO 0
#define VERSION_DATE 04/08/2011
#define VERSION VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO.VERSION_NANO
#define RC_VERSION VERSION_MAJOR,VERSION_MINOR,VERSION_MICRO,VERSION_NANO
#endif