dhewm3-sdk/sys
Daniel Gibson 541ba91e61 ID_MAYBE_INLINE for not-forced inlining
On Windows, ID_INLINE does __forceinline, which is bad if the function
calls alloca() and is called in a loop..
So use just __inline there so the compiler can choose not to inline
(if called in a loop).
This didn't cause actual stack overflows as far as I know, but it could
(and MSVC warns about it).

(This includes "Fix ID_MAYBE_INLINE on non-Windows platforms")
2020-09-06 04:36:40 +02:00
..
platform.h ID_MAYBE_INLINE for not-forced inlining 2020-09-06 04:36:40 +02:00
Stub_SDL_endian.h It builds with VS 2017 now 2018-09-02 01:25:23 +02:00
sys_public.h make it compilable under openbsd 2018-08-20 01:46:39 +02:00