From 7c0e9e99c67ddc63ff95d10c8c2885d1105c2bf0 Mon Sep 17 00:00:00 2001 From: Federico Santamorena Date: Mon, 30 Apr 2018 17:17:06 +0200 Subject: [PATCH] _WIN32 to _MSC_VER --- include/cglm/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/cglm/common.h b/include/cglm/common.h index f0eb965..199bfda 100644 --- a/include/cglm/common.h +++ b/include/cglm/common.h @@ -14,7 +14,7 @@ #include #include -#if defined(_WIN32) +#if defined(_MSC_VER) # ifdef CGLM_DLL # define CGLM_EXPORT __declspec(dllexport) # else