mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 09:25:49 +00:00
since a9438d1f5e, project introduced alloca calls. but in [BSD manpage][1], this function is machine and compiler dependent. also if use newlib or glibc, this function requires `alloca.h` unlike bsd system. this patch just revert alloca call except MSC case. [1]: https://www.freebsd.org/cgi/man.cgi?alloca