Comment possibly-redundant #define.
This commit is contained in:
@@ -8,9 +8,9 @@
|
|||||||
#define restrict __restrict
|
#define restrict __restrict
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef inline
|
// #ifndef inline
|
||||||
#define inline __inline
|
// #define inline __inline
|
||||||
#endif
|
// #endif
|
||||||
|
|
||||||
#if defined(_MSC_VER) && _MSC_VER <1900
|
#if defined(_MSC_VER) && _MSC_VER <1900
|
||||||
#define snprintf _snprintf
|
#define snprintf _snprintf
|
||||||
|
|||||||
Reference in New Issue
Block a user