• Main Page
  • Related Pages
  • Modules
  • Data Structures
  • Files
  • File List

version.h

00001 /* This file is parsed by m4 and windres and RC.EXE so please keep it simple. */
00002 #ifndef LIBUSB_MAJOR
00003 #define LIBUSB_MAJOR 1
00004 #endif
00005 #ifndef LIBUSB_MINOR
00006 #define LIBUSB_MINOR 0
00007 #endif
00008 #ifndef LIBUSB_MICRO
00009 #define LIBUSB_MICRO 9
00010 #endif
00011 /* LIBUSB_NANO may be used for Windows internal versioning. 0 means unused. */
00012 #ifndef LIBUSB_NANO
00013 #define LIBUSB_NANO 0
00014 #endif
00015 /* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
00016 #ifndef LIBUSB_RC
00017 #define LIBUSB_RC ""
00018 #endif

Generated on Fri Oct 18 2013 02:51:37 for libusb by  doxygen 1.7.1