gpuray_glsl

diff vmath/vmath_config.h @ 1:92695e89164b

vc project
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 09 Nov 2014 14:30:37 +0200
parents f234630e38ff
children
line diff
     1.1 --- a/vmath/vmath_config.h	Sun Nov 09 13:03:36 2014 +0200
     1.2 +++ b/vmath/vmath_config.h	Sun Nov 09 14:30:37 2014 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  #ifndef VMATH_CONFIG_H_
     1.5  #define VMATH_CONFIG_H_
     1.6  
     1.7 -#if (__STDC_VERSION__ < 199999)
     1.8 +#if (__STDC_VERSION__ < 199999) && !defined(__cplusplus)
     1.9  #if defined(__GNUC__) || defined(_MSC_VER)
    1.10  #define inline __inline
    1.11  #else