|
@@ -34,7 +34,7 @@
|
|
#endif
|
|
#endif
|
|
|
|
|
|
/* Visual Studio needs __restrict */
|
|
/* Visual Studio needs __restrict */
|
|
-#if defined(_MSC_VER) && _MSC_VER >= 1400
|
|
|
|
|
|
+#ifdef _MSC_VER
|
|
#define UA_RESTRICT __restrict
|
|
#define UA_RESTRICT __restrict
|
|
#else
|
|
#else
|
|
#define UA_RESTRICT restrict
|
|
#define UA_RESTRICT restrict
|