http://bugs.winehq.org/show_bug.cgi?id=7494
------- Additional Comments From mikolaj.zalewski@gmail.com 2007-25-02 05:55 ------- The app sets the LVS_REPORT style by... subclassing the listview and changing the WM_CREATE lParam->style field. I've sent a patch to wine-patches that moves the style setup from WM_NCCREATE back to WM_CREATE.