sfctool MSYS2 build

This commit is contained in:
nhmall
2025-06-02 21:08:38 -04:00
parent 1aafd7dfcd
commit 1fb403f299
2 changed files with 174 additions and 0 deletions

View File

@@ -25,7 +25,9 @@
#ifdef __GNUC__
#include <strings.h>
#ifndef WIN32
#define strncmpi strncasecmp
#endif
#define strcmpi strcasecmp
#elif defined(_MSC_VER)
#define strcmpi _stricmp