Correction to previous commit.

v0.27.3
clanmills 8 years ago
parent 2e816165ea
commit 62d24d3c77

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

Loading…
Cancel
Save