I recently went to compile and had to modify the source code (for private use, as permitted under the licensing) to compile.
My issue was that strcasecmp was not present on my system.
similar to #70, a simple assert in the win32.cppcheck file would help resolve this, as was done in the linux.cppcheck file.