X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FcpPlugins%2FConfig.h.in;h=1c0f1066d1a4716fa70ad353ac2e8cf14909175c;hb=77d3666adac324c796ec446fd21179bd8619b39a;hp=dea43e50b4182ccfeef1e2c05431a26a6372d0d9;hpb=3393941bf8f26babc7b592db434b40c1b747a687;p=cpPlugins.git diff --git a/lib/cpPlugins/Config.h.in b/lib/cpPlugins/Config.h.in index dea43e5..1c0f106 100644 --- a/lib/cpPlugins/Config.h.in +++ b/lib/cpPlugins/Config.h.in @@ -16,14 +16,14 @@ #define @prj_NAME@_ENV_SEPARATOR "@prj_NAME_ENV_SEPARATOR@" #define @prj_NAME@_PATH_SEPARATOR "@prj_NAME_PATH_SEPARATOR@" -#ifdef @prj_NAME@_Windows +#ifdef @prj_NAME@_OS_Windows # ifndef WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN # endif # define NOMINMAX # include # include -#endif +#endif // @prj_NAME@_OS_Windows /* * ========================================================================= @@ -53,6 +53,7 @@ #define @prj_NAME@_RELEASE_VERSION @prj_REL_VER@ #define @prj_NAME@_VERSION "@prj_VERSION@" #define @prj_NAME@_SHORT_VERSION "@prj_SHORT_VERSION@" +#define @prj_NAME@_OpenGL_BackEnd_@VTK_RENDERING_BACKEND@ /* * ========================================================================= @@ -67,12 +68,12 @@ # define @prj_NAME@_NOEXCEPT noexcept # define @prj_NAME@_HAS_CXX11_STATIC_ASSERT # define @prj_NAME@_HAS_CXX11_RVREF -#else +#else // __cplusplus >= 201103L # define @prj_NAME@_OVERRIDE # define @prj_NAME@_DELETE_FUNCTION # define @prj_NAME@_NULLPTR NULL # define @prj_NAME@_NOEXCEPT throw() -#endif +#endif // __cplusplus >= 201103L /* * =========================================================================