ddraw/tests: Fix vertex winding in test_ck_rgba.
On recent Windows 11 versions, probably starting with 26H1, RGB software
devices accidentally enable culling by default for transformed geometry.
Since this test is run on RGB in addition to HAL devices that causes
failues.
HAL devices are fine either way, and ddraw2+ looks OK too.