mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 12:32:40 +00:00
simplify exports check
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user