http://bugs.winehq.org/show_bug.cgi?id=4709
------- Additional Comments From hans@it.vu.nl 2006-13-03 12:57 ------- Try this:
$ cd dlls/advapi32 $ cat advapi32.spec | sed -e "s/^# //" > advapi32.spec.new $ mv advapi32.spec.new advapi32.spec $ make install
$ WINEDEBUG=trace+imports wine <yourapp.exe> 2>&1 |grep advapi32 > IMPORTS
and attach IMPORTS to this bug report.