Skip to content

inih version r36

Compare
Choose a tag to compare
@benhoyt benhoyt released this 17 Jun 15:13

Fixed #49 by making C++ INIReader.Get() compatible with pre-C++11 compilers (use map.find instead of new map.at).