[1/3] user32/tests: Comment-out PostQuitMessage (causes tests skip)

Dmitry Timoshkov dmitry at baikal.ru
Mon May 28 01:32:05 CDT 2012


sir-lexa <sir-lexa at yandex.ru> wrote:

>      case WM_DESTROY:
> -        PostQuitMessage(0);
> +        /* PostQuitMessage(0);   It lets some tests to be skipped */
>          return TRUE;

This is not acceptable, there is much more behind the scene. You need
to figure out the real reason of skipping the tests.

-- 
Dmitry.



More information about the wine-devel mailing list