aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/raymath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raymath.h b/src/raymath.h
index c2dc1cf4..4cbf3f4d 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