user32/tests: Clean side effect after testing winstation.
This commit is contained in:
parent
a07e0c5a4a
commit
834ce9a2d7
dlls/user32/tests
|
@ -270,6 +270,9 @@ static void test_handles(void)
|
|||
trace( "get other thread desktop: %p\n", GetThreadDesktop(id) );
|
||||
WaitForSingleObject( hthread, INFINITE );
|
||||
CloseHandle( hthread );
|
||||
|
||||
/* clean side effect */
|
||||
SetProcessWindowStation( w1 );
|
||||
}
|
||||
|
||||
/* Enumeration tests */
|
||||
|
|
Loading…
Reference in New Issue