[Bug 4709] Unable to locate LsaRemoveAccountRights in ADVAPI32.dll

Wine Bugs wine-bugs at winehq.org
Mon Mar 13 12:57:28 CST 2006


http://bugs.winehq.org/show_bug.cgi?id=4709





------- Additional Comments From hans at 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. 
 

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list