"Dmitry Timoshkov" dmitry@baikal.ru writes:
I had a look at this. Current Wine just prints function name in the FIXME message without even a DLL name. IMHO Crossover Office has a better patch which adds printing of the message "fixme:DLLNAME:APINAME: .spec empty stub!" from the __wine_unimplemented() implementation in each generated .spec.c file. That patch could be fairly easily imported and would replace current RtlRaiseException hack.
IMO it's an even worse hack to do it in the .spec.c file. At least in RtlRaiseException it uses the standard debugging macros, which means you can control it with --debugmsg etc.