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 #43

Closed howard0su closed 7 years ago

howard0su commented 7 years ago

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