mirror of
https://github.com/reactos/wine.git
synced 2025-04-01 07:31:34 +00:00
Don't show the window.
This commit is contained in:
parent
3826f77f63
commit
902540cf0b
@ -1034,7 +1034,6 @@ START_TEST(sysparams)
|
||||
|
||||
ghTestWnd = CreateWindowA( "SysParamsTestClass", "Test System Parameters Application",
|
||||
WS_OVERLAPPEDWINDOW, 0, 0, 100, 100, 0, 0, hInstance, NULL );
|
||||
ShowWindow( ghTestWnd, SW_SHOWNORMAL );
|
||||
|
||||
hThread = CreateThread( NULL, 0, SysParamsThreadFunc, 0, 0, &dwThreadId );
|
||||
assert( hThread );
|
||||
|
Loading…
x
Reference in New Issue
Block a user