Piotr Caban (@piotr) commented about dlls/msvcp90/ios.c:
typedef struct { streamoff off;
It doesn't work for newer versions of msvcp. `streamoff` and `streamsize` definition in `msvcp90.h` also needs to be fixed.
Could you please also add similar change to msvcp60/ios.c?