On Mon Feb 3 14:17:08 2025 +0000, Piotr Caban wrote:
Why do you need this change? AFAIU native is always using pointer to this data (so size of exported structures is not affected by it). This way internal structure can be different in different versions of OS. It also makes it possible to change internal representation without breaking things.
I think we need it in case object is modified by statically linked code.