http://bugs.winehq.org/show_bug.cgi?id=2797
------- Additional Comments From KenJackson@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.