From 6b3cf4e5239f3f041501d0d8ee32471f33010708 Mon Sep 17 00:00:00 2001 From: ruki Date: Fri, 17 Jul 2020 22:41:11 +0800 Subject: update lua-cjson --- core/src/lua-cjson/xmake.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'core/src/lua-cjson/xmake.lua') 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 -- cgit v1.3.1