mirror of
https://github.com/recp/cglm.git
synced 2026-02-17 03:39:05 +00:00
win: update visual studio version for align requirement
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
#define cglm_types_h
|
#define cglm_types_h
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#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
|
# define CGLM_ALL_UNALIGNED
|
||||||
/* do not use alignment for older visual studio versions */
|
/* do not use alignment for older visual studio versions */
|
||||||
# define CGLM_ALIGN(X) /* __declspec(align(X)) */
|
# define CGLM_ALIGN(X) /* __declspec(align(X)) */
|
||||||
|
|||||||
Reference in New Issue
Block a user