dungeon_crawler

diff prototype/vmath/vmath_config.h @ 66:6a471c87f9ca

- added visual studio project files - changed some __func__ into __FUNCTION__ to compile on visual studio
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 07 Oct 2012 00:19:48 +0200
parents 96de911d05d4
children
line diff
     1.1 --- a/prototype/vmath/vmath_config.h	Tue Oct 02 13:42:18 2012 +0300
     1.2 +++ b/prototype/vmath/vmath_config.h	Sun Oct 07 00:19:48 2012 +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