win: update visual studio version for align requirement

This commit is contained in:
Recep Aslantas
2018-05-08 18:29:02 +03:00
parent b277357800
commit 0e49e95161

View File

@@ -9,7 +9,7 @@
#define cglm_types_h
#if defined(_MSC_VER)
#if _MSC_VER < 1914 /* Visual Studio 2017 version 15.7 */
#if _MSC_VER < 1913 /* Visual Studio 2017 version 15.6 */
# define CGLM_ALL_UNALIGNED
/* do not use alignment for older visual studio versions */
# define CGLM_ALIGN(X) /* __declspec(align(X)) */