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 build under MSVC on Windows platform #44

Open howard0su opened 7 years ago

howard0su commented 7 years ago

there is no strncasecmp on MSVC. Add a private implementation.

concatime commented 7 years ago

Hey, thank you! After the change, it compiled correctly! luarocks unpack lua-cjson pushd lua-cjson-2.1.0-1\lua-cjson-2.1.0 ..\..\luarocks make popd