Skip to content
Snippets Groups Projects
Commit 902540cf authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

Don't show the window.

parent 3826f77f
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment