"Medland, Bill" <[EMAIL PROTECTED]> wrote: > Includes my previous patch for SetWindowLong (for Bug 825)
Seems that your investigations are correct, at least test succeeds under win2000. I would suggest to apply tiny patch (attached) to catch some additional problems. -- Dmitry.
--- 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 */