Commit 902540cf authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Don't show the window.

parent 3826f77f
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment