On Wed May 14 15:24:06 2025 +0000, Bernhard Übelacker wrote:
Thanks for looking into it. One test addition is already included to `ntdll/tests/info.c`. This test seems to be ok at windows (in this [testbot run](https://testbot.winehq.org/JobDetails.pl?Key=158267). And it failed with wine before changing the implementation.
Ah, great, thanks.
You probably don't want to add #define ALIGN for one time use. I'd suggest to use a variable for (initially) unaligned result instead and just align without macros (also using it like ~(ULONG_PTR)7));