From 67156f64b3447ce1eb81d6be44d29132fb49b70a Mon Sep 17 00:00:00 2001 From: VShawn Date: Tue, 31 Aug 2021 21:04:37 +0800 Subject: make DEFINITIONS SI_NoCase & SI_Case for SI_NO_CONVERSION (#52) Looks reasonable. --- SimpleIni.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 // --------------------------------------------------------------------------- -- cgit v1.2.3