This commit is contained in:
Recep Aslantas
2017-10-27 00:21:11 +03:00
2 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
#ifndef cglm_types_h
#define cglm_types_h
#if defined(_WIN32)
#if defined(_MSC_VER)
# define CGLM_ALIGN(X) /* __declspec(align(X)) */
#else
# define CGLM_ALIGN(X) __attribute((aligned(X)))