diff --git a/src/raymath.h b/src/raymath.h index c2dc1cf44..4cbf3f4d5 100644 --- a/src/raymath.h +++ b/src/raymath.h @@ -60,7 +60,7 @@ #endif #ifdef RAYMATH_IMPLEMENTATION - #define RMDEF extern inline // Provide external definition + #define RMDEF __declspec(dllexport) extern inline // Provide external definition #elif defined RAYMATH_HEADER_ONLY #define RMDEF static inline // Functions may be inlined, no external out-of-line definition #else