_WIN32 to _MSC_VER

This commit is contained in:
Federico Santamorena
2018-04-30 17:17:06 +02:00
committed by GitHub
parent 064209c917
commit 7c0e9e99c6

View File

@@ -14,7 +14,7 @@
#include <math.h>
#include <float.h>
#if defined(_WIN32)
#if defined(_MSC_VER)
# ifdef CGLM_DLL
# define CGLM_EXPORT __declspec(dllexport)
# else