mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-08-18 17:57:55 +08:00
_alloca is an intrinsic function on MSVC, which means it has no address and is no symbol. Hence CheckSymbolExists will always fail finding it.