mirror of
https://github.com/benhoyt/inih.git
synced 2025-02-01 15:02:53 +08:00
232b1d01eb
Included <cstdlib> in INIReader.cpp to get strtol(). Make ini.h have extern "C" wrapper in it so it's easier to include from C++ code (gcc seemed to do this automagically, but MSVC not so much).