Real mode context should always have V86 flag turned on.
commit4ef7ba72476ecf36be0e78f07735dc94a6d8a2e6
authorJukka Heinonen <jhei@iki.fi>
Tue, 8 Jul 2003 21:11:52 +0000 (8 21:11 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 8 Jul 2003 21:11:52 +0000 (8 21:11 +0000)
tree607fef16104248dd7d32bc20831523834728e286
parent119eacc6d39de6019bde7dba5f323c95c373d41f
Real mode context should always have V86 flag turned on.
Entering protected mode uses simpler and more robust virtual interrupt
flag check.
Mouse events are now received in graphics modes.
Improved tracing output of int33 handler.
dlls/winedos/dosvm.c
dlls/winedos/himem.c
dlls/winedos/int31.c
dlls/winedos/int33.c
dlls/winedos/vga.c