libnjb.h | libnjb.h | |||
---|---|---|---|---|
skipping to change at line 17 | skipping to change at line 17 | |||
* | * | |||
* <code> | * <code> | |||
* #include <libnjb.h> | * #include <libnjb.h> | |||
* </code> | * </code> | |||
*/ | */ | |||
#ifndef __LIBNJB__H | #ifndef __LIBNJB__H | |||
#define __LIBNJB__H | #define __LIBNJB__H | |||
/** The version of this installation of libnjb */ | /** The version of this installation of libnjb */ | |||
#define LIBNJB_VERSION 2.1.1 | #define LIBNJB_VERSION 2.1.2 | |||
/** A legacy definition - nowadays we always compile for libusb */ | /** A legacy definition - nowadays we always compile for libusb */ | |||
#define LIBNJB_COMPILED_FOR_LIBUSB 1 | #define LIBNJB_COMPILED_FOR_LIBUSB 1 | |||
#include <sys/types.h> | #include <sys/types.h> | |||
#ifdef __WIN32__ | #ifdef __WIN32__ | |||
/* Windows specific code, types that do not exist in Windows | /* Windows specific code, types that do not exist in Windows | |||
* sys/types.h | * sys/types.h | |||
*/ | */ | |||
typedef char int8_t; | typedef char int8_t; | |||
typedef unsigned char u_int8_t; | typedef unsigned char u_int8_t; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||