mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 04:53:00 +00:00
- 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:
parent
172097561a
commit
64b23aea12
1 changed files with 1 additions and 2 deletions
|
@ -88,8 +88,7 @@ EnumNamesW(HWINSTA WindowStation,
|
||||||
*/
|
*/
|
||||||
if (NULL == WindowStation && Desktops)
|
if (NULL == WindowStation && Desktops)
|
||||||
{
|
{
|
||||||
SetLastError(ERROR_INVALID_HANDLE);
|
WindowStation = GetProcessWindowStation();
|
||||||
return FALSE;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue