mpx / lua-cjson

Lua CJSON is a fast JSON encoding/parsing module for Lua
https://kyne.au/~mark/software/lua-cjson.php
MIT License
924 stars 474 forks source link

Fix missing strncasecmp on Windows #61

Closed isavegas closed 4 years ago

isavegas commented 5 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.