On Tue Jan 23 19:25:36 2024 +0000, Alexandre Julliard wrote:
It looks like before Vista it returned `STATUS_SUCCESS` which is
current Wine implementation, but since Vista it started to return `STATUS_INFO_LENGTH_MISMATCH` instead Is there an actual app that depends on this?
We didn't know so we just tried this but in the end it didn't make any difference.
So no I don't know any such app. And it's such an edge case that I guess only way for it to matter is if someone compares `GetVersion()` with result (eg. to detect poor sandbox etc) but that seems incredibly unlikely and there's probably hundreds of other functions to compare aswell.