diff --git a/tests/suites/helpers.function b/tests/suites/helpers.function index 60eae9a64f..8f0cc2b5e9 100644 --- a/tests/suites/helpers.function +++ b/tests/suites/helpers.function @@ -24,18 +24,12 @@ typedef UINT8 uint8_t; typedef INT32 int32_t; typedef UINT32 uint32_t; -#define strncasecmp _strnicmp -#define strcasecmp _stricmp #else #include #endif #include -#if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__)) || defined(__MINGW32__) -#include -#endif - #if defined(__unix__) || (defined(__APPLE__) && defined(__MACH__)) #include #endif