Commenting out useless macro which causes failure on VS 2012.

This commit is contained in:
Alan Mishchenko 2014-10-30 10:19:54 -07:00
parent 8d62c0a3fc
commit 91885a6298
1 changed files with 6 additions and 6 deletions

View File

@ -76,12 +76,12 @@ ABC_NAMESPACE_HEADER_START
#define SIZEOF_INT 4
#endif
#undef CONST
#if defined(__STDC__) || defined(__cplusplus)
#define CONST const
#else /* !(__STDC__ || __cplusplus) */
#define CONST
#endif /* !(__STDC__ || __cplusplus) */
//#undef CONST
//#if defined(__STDC__) || defined(__cplusplus)
//#define CONST const
//#else /* !(__STDC__ || __cplusplus) */
//#define CONST
//#endif /* !(__STDC__ || __cplusplus) */
#if defined(__GNUC__)
#define MTR_INLINE __inline__