1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Remove old mystrtok_r for MinGW

This commit is contained in:
sfan5 2025-03-26 19:59:55 +01:00
parent e73eed247e
commit b146673c3d
3 changed files with 0 additions and 32 deletions

View file

@ -55,11 +55,6 @@
#define strncasecmp(x, y, n) strnicmp(x, y, n)
#endif
#ifdef __MINGW32__
// was broken in 2013, unclear if still needed
#define strtok_r(x, y, z) mystrtok_r(x, y, z)
#endif
#if !HAVE_STRLCPY
#define strlcpy(d, s, n) mystrlcpy(d, s, n)
#endif