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:
parent
e73eed247e
commit
b146673c3d
3 changed files with 0 additions and 32 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue