kernel32/tests/debugger: remove win9x hacks

Dmitry Timoshkov dmitry at baikal.ru
Tue Jul 26 22:52:11 CDT 2011


Austin English <austinenglish at gmail.com> wrote:

> -    if (disposition == REG_CREATED_NEW_KEY)
> -        win_skip("'dbg,event,order' test doesn't finish on Win9x/WinMe\n");
> -    else
> -        crash_and_debug(hkey, test_exe, "dbg,event,order");
> +    crash_and_debug(hkey, test_exe, "dbg,event,order");

You should check 'disposition' instead of removing it altogether.

-- 
Dmitry.



More information about the wine-devel mailing list