Revert previous change trying to fix bug #13: Break the build on Windows...

This commit is contained in:
Christophe Riccio 2012-12-09 00:40:25 +01:00
parent 8b75ff6e1c
commit c7fa6d745a

View File

@ -188,7 +188,7 @@ namespace detail
#pragma warning(pop)
#if(GLM_COMPILER & GLM_COMPILER_VC)
#if((GLM_COMPILER & GLM_COMPILER_VC) || (GLM_COMPILER & GLM_COMPILER_INTEL))
# define GLM_NEXT_AFTER_FLT(x, toward) glm::detail::nextafterf((x), (toward))
# define GLM_NEXT_AFTER_DBL(x, toward) _nextafter((x), (toward))
#else