Commit 91885a62 by Alan Mishchenko

Commenting out useless macro which causes failure on VS 2012.

parent 8d62c0a3
...@@ -76,12 +76,12 @@ ABC_NAMESPACE_HEADER_START ...@@ -76,12 +76,12 @@ ABC_NAMESPACE_HEADER_START
#define SIZEOF_INT 4 #define SIZEOF_INT 4
#endif #endif
#undef CONST //#undef CONST
#if defined(__STDC__) || defined(__cplusplus) //#if defined(__STDC__) || defined(__cplusplus)
#define CONST const //#define CONST const
#else /* !(__STDC__ || __cplusplus) */ //#else /* !(__STDC__ || __cplusplus) */
#define CONST //#define CONST
#endif /* !(__STDC__ || __cplusplus) */ //#endif /* !(__STDC__ || __cplusplus) */
#if defined(__GNUC__) #if defined(__GNUC__)
#define MTR_INLINE __inline__ #define MTR_INLINE __inline__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment