--- owner.c Fri Aug 16 03:05:20 2002 +++ owner.c Fri Aug 16 03:06:06 2002 @@ -183,6 +183,10 @@ DestroyWindow (hWndMain); } + else + ok (FALSE, "Failed to create main window"); } + else + ok (FALSE, "Failed to register classes"); } /* End of file */