Rev | Line | |
---|
[175] | 1 | /* libusb-win32_version.h ++ auto-generated
|
---|
| 2 | */
|
---|
| 3 | #ifndef __LIBUSB_WIN32_VERSION_H
|
---|
| 4 | #define __LIBUSB_WIN32_VERSION_H
|
---|
| 5 |
|
---|
| 6 | #define __DEFTOSTR(x) #x
|
---|
| 7 | #define _DEFTOSTR(x) __DEFTOSTR(x)
|
---|
| 8 |
|
---|
| 9 | #define VERSION_MAJOR 1
|
---|
| 10 | #define VERSION_MINOR 2
|
---|
| 11 | #define VERSION_MICRO 6
|
---|
| 12 | #define VERSION_NANO 0
|
---|
| 13 | #define VERSION_DATE 01/17/2012
|
---|
| 14 |
|
---|
| 15 | #define VERSION VERSION_MAJOR.VERSION_MINOR.VERSION_MICRO.VERSION_NANO
|
---|
| 16 | #define RC_VERSION VERSION_MAJOR,VERSION_MINOR,VERSION_MICRO,VERSION_NANO
|
---|
| 17 |
|
---|
| 18 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.