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 (3) #define LIBART_MICRO_VERSION (19)
#define LIBART_VERSION "2.3.18" #define LIBART_VERSION "2.3.19"
#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

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/