On Wed Feb 12 09:53:00 2025 +0000, Piotr Caban wrote:
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?
I missed that, it should be fixed in the new version, thanks. I also fixed relevant tests.
The only remaining explicit alignment in msvcp* DLLs is `ios_base`, which should not be a problem as it's not passed by value (although we could consider replacing it by an explicit padding).