|
|
@ -4,16 +4,17 @@
|
|
|
|
#ifndef _CONFIG_H_
|
|
|
|
#ifndef _CONFIG_H_
|
|
|
|
#define _CONFIG_H_
|
|
|
|
#define _CONFIG_H_
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
# ifndef CPLUSPLUS11
|
|
|
|
# ifndef CPLUSPLUS11
|
|
|
|
# define CPLUSPLUS11 201103L
|
|
|
|
# define CPLUSPLUS11 201103L
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
|
|
|
|
# if __cplusplus >= CPLUSPLUS11
|
|
|
|
# if __cplusplus >= CPLUSPLUS11
|
|
|
|
# ifndef EXV_USING_CPP_ELEVEN
|
|
|
|
# ifndef EXV_USING_CPP_ELEVEN
|
|
|
|
# define EXV_USING_CPP_ELEVEN
|
|
|
|
# define EXV_USING_CPP_ELEVEN
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
///// Start of Visual Studio Support /////
|
|
|
|
///// Start of Visual Studio Support /////
|
|
|
|
#ifdef _MSC_VER
|
|
|
|
#ifdef _MSC_VER
|
|
|
|