user32: Fix a comment.
This commit is contained in:
parent
b89c7c8fc2
commit
2227abbc2c
|
@ -519,7 +519,7 @@ static void test_inputdesktop(void)
|
||||||
ret = CloseDesktop(input_desk);
|
ret = CloseDesktop(input_desk);
|
||||||
ok(ret, "CloseDesktop failed!\n");
|
ok(ret, "CloseDesktop failed!\n");
|
||||||
|
|
||||||
/* by default, GetThreadDesktop is the input desktop, SendInput should success. */
|
/* by default, GetThreadDesktop is the input desktop, SendInput should succeed. */
|
||||||
old_thread_desk = GetThreadDesktop(GetCurrentThreadId());
|
old_thread_desk = GetThreadDesktop(GetCurrentThreadId());
|
||||||
ok(old_thread_desk != NULL, "GetThreadDesktop faile!\n");
|
ok(old_thread_desk != NULL, "GetThreadDesktop faile!\n");
|
||||||
memset(name, 0, sizeof(name));
|
memset(name, 0, sizeof(name));
|
||||||
|
|
Loading…
Reference in New Issue