[USER32_APITEST] Remove "ugly ros hack"

This hack corrupts memory and causes test failures on Windows.
This commit is contained in:
Timo Kreuzer 2023-02-02 00:16:19 +02:00
parent 8a455da532
commit e536256e0a

View file

@ -193,9 +193,6 @@ BOOLEAN InitThreads()
/* create thread2(same desktop) */
if(!CreateTestThread(2, NULL)) return FALSE;
/* ugly ros hack to bypass desktop crapiness */
if(!CreateTestThread(6, L"ThreadTestDesktop")) return FALSE;
/* create thread3(different desktop) */
if(!CreateTestThread(3, L"ThreadTestDesktop")) return FALSE;