Commit 290ddbf71a912644e16f7a21329005e16df4403f

modbw 2022-04-22T08:30:21

MinGW: Fix str*casecmp() macro redef. warning MinGW defines strcasecmp() and strncasecmp() as macros in string.h if __CRT__NO_INLINE is defined, which will be the case when including any of the Win32 API headers. Closes #594