diff --git a/include/cglm/common.h b/include/cglm/common.h index 68530d8..8d68628 100644 --- a/include/cglm/common.h +++ b/include/cglm/common.h @@ -23,7 +23,7 @@ #include #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)