mirror of
https://github.com/reactos/reactos.git
synced 2026-06-21 06:05:59 +08:00
The following code in user32_winetest scroll.c was causing it:
ret = EnableScrollBar( mainwnd, SB_CTL, ESB_ENABLE_BOTH );
ok( !ret, "EnableScrollBar should fail.\n" );