http://bugs.winehq.org/show_bug.cgi?id=14576
Summary: DrawIconEx isn't up to date. Product: Wine Version: CVS/GIT Platform: All OS/Version: All Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: user32 AssignedTo: wine-bugs@winehq.org ReportedBy: mah@jump-ing.de
Comparing DrawIconEx in dlls/user32/cursoricon.c with Microsoft documentation at http://msdn.microsoft.com/en-us/library/ms648065(VS.85).aspx , the FIXME() regarding DI_COMPAT is valid for older Windows versions only and for the DI_NOMIRROR flag (since XP) isn't checked at all.
The attached patch fixes this partially.