Machine Interface Utility:VER1.0

This commit is contained in:
TAO Cheng
2013-05-09 20:29:54 +08:00
commit 036cdcb228
743 changed files with 104786 additions and 0 deletions
@@ -0,0 +1,18 @@
/* 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