3 Jun
2024
3 Jun
'24
2:10 p.m.
I guess you mean something like #ifdef _WIN64 if (++entry->Generation == (NtCurrentTeb()->WowTebOffset ? 0xff : 0x80)) entry->Generation = 1; #else if (++entry->Generation == 0xff) entry->Generation = 1; #endif to cater for the new wow64 mode? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5777#note_72218