mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 08:52:59 +08:00
[USER32_APITEST] Remove "ugly ros hack"
This hack corrupts memory and causes test failures on Windows.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user