Don't show the window.

This commit is contained in:
Francois Gouget 2002-03-19 02:03:17 +00:00 committed by Alexandre Julliard
parent 3826f77f63
commit 902540cf0b
1 changed files with 0 additions and 1 deletions

View File

@ -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 );