- Fix 2 user32 winstation test failures (patch by Giannis Adamopoulos johnyadams (_AT_)hotmail (D-O-T) com

- Test results verified by Amine Khaldi

svn path=/trunk/; revision=43063
This commit is contained in:
Johannes Anderwald 2009-09-17 15:25:36 +00:00
parent 172097561a
commit 64b23aea12

View file

@ -88,8 +88,7 @@ EnumNamesW(HWINSTA WindowStation,
*/
if (NULL == WindowStation && Desktops)
{
SetLastError(ERROR_INVALID_HANDLE);
return FALSE;
WindowStation = GetProcessWindowStation();
}
/*