art_config.h | art_config.h | |||
---|---|---|---|---|
/* Automatically generated by gen_art_config.c */ | /* Automatically generated by gen_art_config */ | |||
#define ART_SIZEOF_CHAR 1 | #define ART_SIZEOF_CHAR 1 | |||
#define ART_SIZEOF_SHORT 2 | #define ART_SIZEOF_SHORT 2 | |||
#define ART_SIZEOF_INT 4 | #define ART_SIZEOF_INT 4 | |||
#define ART_SIZEOF_LONG 4 | #define ART_SIZEOF_LONG 4 | |||
typedef unsigned char art_u8; | typedef unsigned char art_u8; | |||
typedef unsigned short art_u16; | typedef unsigned short art_u16; | |||
typedef unsigned int art_u32; | typedef unsigned int art_u32; | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added | |||
libart-features.h | libart-features.h | |||
---|---|---|---|---|
#ifndef LIBART_FEATURES_H | #ifndef LIBART_FEATURES_H | |||
#define LIBART_FEATURES_H 1 | #define LIBART_FEATURES_H 1 | |||
#define LIBART_MAJOR_VERSION (2) | #define LIBART_MAJOR_VERSION (2) | |||
#define LIBART_MINOR_VERSION (3) | #define LIBART_MINOR_VERSION (3) | |||
#define LIBART_MICRO_VERSION (20) | #define LIBART_MICRO_VERSION (21) | |||
#define LIBART_VERSION "2.3.20" | #define LIBART_VERSION "2.3.21" | |||
#ifdef _WIN32 | #ifdef _WIN32 | |||
# ifdef LIBART_COMPILATION | # ifdef LIBART_COMPILATION | |||
# define LIBART_VAR __declspec(dllexport) | # define LIBART_VAR __declspec(dllexport) | |||
# else | # else | |||
# define LIBART_VAR extern __declspec(dllimport) | # define LIBART_VAR extern __declspec(dllimport) | |||
# endif | # endif | |||
#else | #else | |||
# define LIBART_VAR extern | # define LIBART_VAR extern | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added | |||