Fix build.

This commit is contained in:
Christian Speckner 2022-11-29 12:18:38 +01:00
parent f5bcf94592
commit 9aa40fb150
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,7 @@ namespace BSPF
#if defined(BSPF_WINDOWS) #if defined(BSPF_WINDOWS)
#define FORCE_INLINE __forceinline #define FORCE_INLINE __forceinline
#else #else
#define FORCE_INLINE __attribute__((always_inline)) #define FORCE_INLINE inline __attribute__((always_inline))
#endif #endif
// Get next power of two greater than or equal to the given value // Get next power of two greater than or equal to the given value