Closed isavegas closed 4 years ago
Macro strncasecmp to _strnicmp on Windows, as the lack of strncasecmp in MSVC was preventing compilation. Unsure if this will affect MinGW users, as I'd have to set up the entire toolchain and set up Lua and LuaRocks to use it in order to check.
strncasecmp
_strnicmp
Macro
strncasecmp
to_strnicmp
on Windows, as the lack ofstrncasecmp
in MSVC was preventing compilation. Unsure if this will affect MinGW users, as I'd have to set up the entire toolchain and set up Lua and LuaRocks to use it in order to check.