This is a slightly modified version of ladislav-zezula/StormLib@4ad0bff21da0163917e1552960e6a43679586b89 Cosmetic changes: * Remove all unused files. * Comment out unnecessary bits with `#ifndef FULL`. Implementation changes: * Redefine `bool` to `BOOL`. * Use `stdcall` calling convention. * Use external Storm error handling (`SErrGetLastError()` etc.) * Convert pathnames to Unix-style slashes.