From 789dec822fabdc2ca3ce27ce03844b1c8e5519df Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 11 Jan 2022 17:58:23 +0100 Subject: boring crap --- compat/macros1.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'compat') diff --git a/compat/macros1.h b/compat/macros1.h index 8c3916d0..5325d055 100644 --- a/compat/macros1.h +++ b/compat/macros1.h @@ -46,3 +46,8 @@ type& operator=(const type&) = delete; \ type& operator=(type&&) = delete #endif + +#ifdef _MSC_VER +# define strncasecmp _strnicmp +# define strcasecmp _stricmp +#endif -- cgit v1.2.3