We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8fbf5 commit 049eeeeCopy full SHA for 049eeee
include/SDL3/SDL_begin_code.h
@@ -431,7 +431,7 @@
431
#endif /* SDL_INLINE not defined */
432
433
#ifndef SDL_FORCE_INLINE
434
-#ifdef _MSC_VER
+#if defined(_MSC_VER) && (_MSC_VER >= 1200)
435
#define SDL_FORCE_INLINE __forceinline
436
#elif ( (defined(__GNUC__) && (__GNUC__ >= 4)) || defined(__clang__) )
437
#define SDL_FORCE_INLINE __attribute__((always_inline)) static __inline__
0 commit comments