http://bugs.winehq.org/show_bug.cgi?id=9942
--- Comment #18 from Jeremy White jwhite@codeweavers.com 2009-10-16 21:44:00 --- The real issue here is that we load *builtin* riched20 when given this call: Call KERNEL32.LoadLibraryA(0033c0a8 "C:\Program Files\Common Files\Microsoft Shared\office12\riched20.dll")
Arguably, we should load the custom riched dll that Microsoft has supplied rather than our builtin. Taking to wine-devel to make the argument part of arguably...