[Bug 2797] Missing wtsapi32.dll.WTSEnumerateSessionsA

Wine Bugs wine-bugs at winehq.org
Wed Mar 16 14:38:25 CST 2005


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





------- Additional Comments From KenJackson at ieee.org  2005-16-03 14:38 -------
It puzzled me why it never failed before wine version 20050211.  
I just figured it out.  

When I simply delete /usr/local/lib/wine/wtsapi32.dll.so, it does NOT fail.

Apparently, rather than testing the version of Windows it is running under,
the application tests for the presence of wtsapi32.dll.  If it's not found,
it doesn't try to use it.  

The stubbed version of the DLL was just added for the first time in 20050211,
so that was the first opportunity the application had to fail.  This isn't so
much a bug as an incomplete feature that's been incomplete all along.

-- 
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