sm64coopdx/src/pc/utils
EmeraldLockdown d750fee179
Resolve issue with windows compilation due to use of strcasestr (#1246)
Fixes issue introduced by bb142d5769 because someone didn't check the C standard to verify it was ok to use (it was me).

`strcasestr` is not apart of the C standard and is a GNU extension. Windows does not play well with this. The solution was to define a quite simple custom function partially based on the glibc implementation. Function should be reviewed.
2026-05-16 15:00:12 +10:00
..
miniz
json.hpp ModFs improvements (#907) 2025-10-21 19:42:06 +02:00
md5.c
md5.h
miniaudio.c Upgrade miniaudio: v0.11.21 -> v0.11.25 (#1065) 2026-04-21 23:43:02 -04:00
miniaudio.h Upgrade miniaudio: v0.11.21 -> v0.11.25 (#1065) 2026-04-21 23:43:02 -04:00
misc.c Resolve issue with windows compilation due to use of strcasestr (#1246) 2026-05-16 15:00:12 +10:00
misc.h Resolve issue with windows compilation due to use of strcasestr (#1246) 2026-05-16 15:00:12 +10:00
stb_vorbis.c
string_builder.c
string_builder.h
string_linked_list.c
string_linked_list.h