From 2a2fc45425df3bb35e2207830dfbf1b7aec9a63c Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Sun, 21 Feb 2021 20:36:38 +0100 Subject: [PATCH] Add strcasecmp --- include/hasp_conf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/hasp_conf.h b/include/hasp_conf.h index 577c3d78..3c64ab88 100644 --- a/include/hasp_conf.h +++ b/include/hasp_conf.h @@ -254,13 +254,14 @@ static WiFiSpiClass WiFi; #ifdef WINDOWS #include +#include #include #include #include #define snprintf_P snprintf #define memcpy_P memcpy -#define strcasecmp_P strcmp // TODO: should be strcasecmp +#define strcasecmp_P strcasecmp #define strcmp_P strcmp #define strstr_P strstr #define halRestartMcu()