https://bugs.winehq.org/show_bug.cgi?id=39484
--- Comment #2 from Alex Henrie alexhenrie24@gmail.com --- Assuming that you were trying to ask "What's the point of this mess?", the problem is that MSHLFLAGS_NORMAL is defined to be 0 and (ifstub->flags & 0) can never be true. Take a look at https://source.winehq.org/git/wine.git/blob/65d699eb5f7fc151197f3dc9f36499ee...