winedos: Fix the type of res in VGA_DoSetMode.
commitc4179cf64e63c4b7e12d51db412bc1ac4886f5b6
authorRob Shearman <robertshearman@gmail.com>
Fri, 12 Sep 2008 12:01:09 +0000 (12 13:01 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 12 Sep 2008 14:50:08 +0000 (12 16:50 +0200)
treecf2fa9431c8dd9729b48bd723a5bdffefb23cb2f
parent89a3ad7626140c946bc322fde512a999b35b3137
winedos: Fix the type of res in VGA_DoSetMode.

It should be HRESULT instead of LRESULT.

Add explicit "!= S_OK" to expressions that use HRESULTs as booleans.
dlls/winedos/vga.c