[Bug 2797] Missing wtsapi32.dll.WTSEnumerateSessionsA

Wine Bugs wine-bugs at winehq.org
Wed Mar 23 13:33:49 CST 2005


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





------- Additional Comments From KenJackson at ieee.org  2005-23-03 13:33 -------
Add the following two lines to WTSEnumerateSessionsA in wtsapi32.c:

    *pCount = 0;
    *ppSessionInfo = NULL;

With this, I get the "fixme:wtsapi:" messages, but it does NOT crash and does
NOT give any superfluous errors!

Maybe all the functions in this file should have similar lines added.

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