https://bugs.winehq.org/show_bug.cgi?id=39483
--- Comment #2 from Alex Henrie alexhenrie24@gmail.com --- It's obvious that this function is doing something wrong, because MSHLFLAGS_NORMAL is defined to be 0 and (flags & 0) can never be true. Take a look: https://source.winehq.org/git/wine.git/blob/65d699eb5f7fc151197f3dc9f36499ee...
I would fix it myself, but I am not sure what this function is supposed to do.