]> granicus.if.org Git - json-c/commit
Issue #173, follow up to using strtoll to allow this to work on older Windows environ...
authorEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 4 Oct 2017 02:50:29 +0000 (22:50 -0400)
committerEric Haszlakiewicz <erh+git@nimenees.com>
Wed, 4 Oct 2017 02:50:29 +0000 (22:50 -0400)
commit579f0746f0f0143c2895855d25617a9bacc361f8
tree045ac9160fa75f21095c23d94f6946c5a163987b
parentcfbdf7757ba0ae6b6097df7b5feb2d64fe429001
Issue #173, follow up to using strtoll to allow this to work on older Windows environments: Use cmake to generate config.h from config.h.win32, including checking for strtoll with cmake, or fall back to _strtoi64 for older MSVC's.
Also, add a few missing files to the list of sources to build.
CMakeLists.txt
config.h.win32