On Sun Jul 20 17:31:18 2025 +0000, Nikolay Sivov wrote:
Version macro is not suitable here, it exists in public SDK and is always "6" for winver >= xp. We should have something custom and ifdef would be enough, since it's either 5 or 6.
ok. I will use a Wine internal macro.