mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[USER32_APITEST] Remove "ugly ros hack"
This hack corrupts memory and causes test failures on Windows.
This commit is contained in:
parent
8a455da532
commit
e536256e0a
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue