On Thu Apr 30 05:27:18 2026 +0000, Sven Baars wrote:
I'm not really sure what you mean? I don't see a define below? - Do you mean moving the definition down? I tried to keep it near the top to make sure we don't get into a situation where we accidentally use it above the definition. - Do you mean removing the ifdefs, since it's now always defined? Then they'd have to be replaced by `ifdef __linux__` I suppose. I thought it's clearer to keep the existing ifdefs. Then one can see what's depending on these (and potentially revert this commit once kernel 5.11 is old). Sorry I misspoke; I meant ifdefs. It seems mildly better to me to use #ifdef __linux__, but I'm not the maintainer here.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10774#note_138415