Update libs/utils/include/utils/compiler.h

Co-Authored-By: pixelflinger <pixelflinger@gmail.com>
This commit is contained in:
Ben Doherty
2019-03-15 15:42:15 -07:00
committed by Mathias Agopian
parent 5383174df4
commit 38e08131bc

View File

@@ -115,7 +115,7 @@
#define UTILS_UNUSED_IN_RELEASE
#endif
#if defined _MSC_VER && _MSC_VER >= 1900
#if defined(_MSC_VER) && _MSC_VER >= 1900
# define UTILS_RESTRICT __restrict
#elif (defined(__clang__) || defined(__GNUC__))
# define UTILS_RESTRICT __restrict__