Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/simpleini.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVShawn <veckshawn@gmail.com>2021-08-31 16:04:37 +0300
committerGitHub <noreply@github.com>2021-08-31 16:04:37 +0300
commit67156f64b3447ce1eb81d6be44d29132fb49b70a (patch)
tree4ba9c795eca1c84f79b6a9dc989fba5d936725e3
parent7bca74f6535a37846162383e52071f380c99a43a (diff)
make DEFINITIONS SI_NoCase & SI_Case for SI_NO_CONVERSION (#52)HEADmaster
Looks reasonable.
-rw-r--r--SimpleIni.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/SimpleIni.h b/SimpleIni.h
index d6336db..54de89d 100644
--- a/SimpleIni.h
+++ b/SimpleIni.h
@@ -3427,6 +3427,19 @@ public:
#endif // SI_CONVERT_WIN32
+
+// ---------------------------------------------------------------------------
+// SI_NO_CONVERSION
+// ---------------------------------------------------------------------------
+#ifdef SI_NO_CONVERSION
+
+#define SI_Case SI_GenericCase
+#define SI_NoCase SI_GenericNoCase
+
+#endif // SI_NO_CONVERSION
+
+
+
// ---------------------------------------------------------------------------
// TYPE DEFINITIONS
// ---------------------------------------------------------------------------