]> granicus.if.org Git - json-c/commit
json_util: define `strtoll` as _strtoi64 for MSVC
authorAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 7 Nov 2017 14:50:58 +0000 (16:50 +0200)
committerAlexandru Ardelean <ardeleanalex@gmail.com>
Tue, 7 Nov 2017 14:51:01 +0000 (16:51 +0200)
commit03f3b95248cf82e35bee73f617d0ebfc37af7ef8
treeb8a90d4486c21dd5ce17acfc8f32f17463dbb02d
parent5641227c9ba1da7dd69f0c3b4a5a024339340d88
json_util: define `strtoll` as _strtoi64 for MSVC

Got the idea from this blog post:
  http://www.enchantedage.com/node/231

Simple & concise stuff :)

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
json_util.c