mirror of
https://github.com/recp/cglm.git
synced 2025-10-04 01:00:46 +00:00
_WIN32 to _MSC_VER
This commit is contained in:
committed by
GitHub
parent
064209c917
commit
7c0e9e99c6
@@ -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
|
||||
|
Reference in New Issue
Block a user