Don't call Dosvm functions when Dosvm isn't initialized.
[wine] / msdos / int09.c
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.
2000-12-19  François Gougetwinuser.h now requires that we include winbase.h first.
2000-09-24  Alexandre JulliardMoved most global data out of the LPDOSTASK structure.
2000-08-09  Alexandre JulliardRemoved some unnecessary #includes and dll dependencies.
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-07-31  Ove KaavenFixed a few problems.
2000-07-29  Ove KaavenLet Int09 routines remember a keystroke's ASCII code...
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
2000-02-03  Ove KaavenAdded INT_Int16ReadChar and made int09 handle special...
2000-01-30  Ove KaavenMade int9 handler add keystroke to BIOS keyboard buffer.
1999-06-26  Alexandre JulliardConverted to the new debug interface, using script...
1999-06-26  Alexandre JulliardChanged CONTEXT into CONTEXT86 everywhere we really...
1999-04-19  Patrik StridvallNew debug scheme with explicit debug channels declaration.
1999-04-01  Michael VekslerRemoved "implicit declaration" warnings.
1999-03-25  Ove KaavenImplemented a int 0x09 handler, and a scancode queue...