yquake2remaster/src/backends
Yamagi df845e0f67 Avoid the use of wcscat_s() since it's unavailable under Win XP.
Code around it by using `wcsncpy()` and `wcscat()` combined with a
manual length check. This should be enough to make YQ2 working on Win
XP again.  Please note, that we don't support any Windows older than
10. However we still try to avoid breaking them.

Based on an idea by @ carlo-bramini, closes #994.
2023-04-22 16:44:26 +02:00
..
generic backends: Only enable ARM "RunFast" mode when targeting hardware FPU 2021-10-05 14:05:15 +01:00
unix Handle SIGBUS. Or at least try it. 2022-11-14 21:37:47 +01:00
windows Avoid the use of wcscat_s() since it's unavailable under Win XP. 2023-04-22 16:44:26 +02:00