diff options
| author | liamwhite <liamwhite@users.noreply.github.com> | 2023-11-26 09:49:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-26 09:49:43 -0500 |
| commit | c100d7e802b6a5d2f6b21d9f4bbe4b155a7d576b (patch) | |
| tree | 4ed2177c84a560455cbc7dcc78e17dae476b2877 /src/frontend_common/config.h | |
| parent | 83aa66b17ddc9b5cfce1e76639648af3909efdc9 (diff) | |
| parent | fe3702223f0d5c2bd36a3d4d98c423157f422c10 (diff) | |
Merge pull request #12175 from abouvier/unbundle-simpleini
cmake: prefer system simpleini library
Diffstat (limited to 'src/frontend_common/config.h')
| -rw-r--r-- | src/frontend_common/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend_common/config.h b/src/frontend_common/config.h index 20a1a8056..b3812af17 100644 --- a/src/frontend_common/config.h +++ b/src/frontend_common/config.h @@ -7,6 +7,7 @@ #include <string> #include "common/settings.h" +#define SI_NO_CONVERSION #include <SimpleIni.h> #include <boost/algorithm/string/replace.hpp> |
