simplify exports check

This commit is contained in:
Randy
2020-08-03 20:47:00 +02:00
parent aa0a195e98
commit 2ff4ae0b4c

View File

@@ -23,7 +23,7 @@
#include <stdbool.h>
#if defined(_MSC_VER)
# if defined(CGLM_DLL) && defined(CGLM_EXPORTS)
# ifdef CGLM_EXPORTS
# define CGLM_EXPORT __declspec(dllexport)
# elif defined(CGLM_DLL)
# define CGLM_EXPORT __declspec(dllimport)