summaryrefslogtreecommitdiff
path: root/core/src/lua-cjson
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/lua-cjson')
m---------core/src/lua-cjson/lua-cjson0
-rw-r--r--core/src/lua-cjson/xmake.lua1
2 files changed, 0 insertions, 1 deletions
diff --git a/core/src/lua-cjson/lua-cjson b/core/src/lua-cjson/lua-cjson
-Subproject ab5ec0ea2de2603bb01e6ea33f7e3197d431ec5
+Subproject ddd218d35f65a3e0a9f45de5e897f5c319ee4a8
diff --git a/core/src/lua-cjson/xmake.lua b/core/src/lua-cjson/xmake.lua
index cdf3502a9..b25640cae 100644
--- a/core/src/lua-cjson/xmake.lua
+++ b/core/src/lua-cjson/xmake.lua
@@ -11,7 +11,6 @@ target("lua-cjson")
if is_plat("windows") then
-- Windows sprintf()/strtod() handle NaN/inf differently. Not supported.
add_defines("DISABLE_INVALID_NUMBERS")
- add_defines("strncasecmp=_strnicmp")
add_defines("inline=__inline")
end