[C] Reverted msvc changes
This commit is contained in:
parent
361d356dff
commit
58d7062c0f
@ -58,16 +58,11 @@ SOFTWARE.
|
|||||||
#define FT_RESTRICT __restrict
|
#define FT_RESTRICT __restrict
|
||||||
#endif /* if defined(FT_CLANG_COMPILER) */
|
#endif /* if defined(FT_CLANG_COMPILER) */
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#if defined(FT_MICROSOFT_COMPILER)
|
|
||||||
#define FT_RESTRICT restrict
|
|
||||||
#else
|
|
||||||
#if __STDC_VERSION__ < 199901L
|
#if __STDC_VERSION__ < 199901L
|
||||||
#define FT_RESTRICT
|
#define FT_RESTRICT
|
||||||
#else
|
#else
|
||||||
#define FT_RESTRICT restrict
|
#define FT_RESTRICT restrict
|
||||||
#endif /* __STDC_VERSION__ < 199901L */
|
#endif /* __STDC_VERSION__ < 199901L */
|
||||||
#endif /* if defined(FT_MICROSOFT_COMPILER) */
|
|
||||||
#endif /* if defined(__cplusplus) */
|
#endif /* if defined(__cplusplus) */
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user