Index: apitests/user32/AttachThreadInput.c =================================================================== --- modules/rostests/apitests/user32/AttachThreadInput.c (revision 58501) +++ modules/rostests/apitests/user32/AttachThreadInput.c (working copy) @@ -216,9 +216,9 @@ int i,j; BOOL ret; - for(i = 0; i< 4; i++); + for(i = 0; i< 4; i++) { - for(j = 0; j< 4; j++); + for(j = 0; j< 4; j++) { ret = AttachThreadInput(data[i].tid,data[j].tid, FALSE); ok(ret==0, "expected AttachThreadInput to fail\n"); @@ -656,9 +656,9 @@ if(!InitThreads()) return; - win_skip("skip Test_SimpleParameters that crash ros\n"); - //Test_SimpleParameters(); - //cleanup_attachments(); + //win_skip("skip Test_SimpleParameters that crash ros\n"); + Test_SimpleParameters(); + cleanup_attachments(); Test_Focus(); cleanup_attachments(); Test_UnaffectedMessages();