Mercurial > minori
view include/core/ini.h @ 117:2c1b6782e1d0
pages/torrents: work around conversion error on Linux
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 07 Nov 2023 16:06:17 -0500 |
parents | 254b1d2b7096 |
children | 275da698697d |
line wrap: on
line source
#ifndef __core__ini_h #define __core__ini_h #define MINI_CASE_SENSITIVE #include "mini/ini.h" namespace INI { std::string GetIniString(const mINI::INIStructure& ini, const std::string& section, const std::string& value, const std::string& def = ""); } #endif