Call CreateProcessA() when executing non-dos applications from a dos
[wine] / dlls / winedos / Makefile.in
2002-10-23  Jukka HeinonenMove interrupt emulation code from INSTR_EmulateInstruc...
2002-09-06  Alexandre JulliardLink all remaining dlls except kernel32 as separated...
2002-05-23  Alexandre JulliardRemoved some unnecessary imports.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-16  Christian CostaAdded DMA and SoundBlaster emulation.
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-11  Alexandre JulliardRemoved obsolete console driver.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-01-29  Jukka HeinonenAdded support for DOS EMS memory.
2002-01-01  Alexandre JulliardLink with libutil only where needed.
2001-12-26  Alexandre JulliardLink to the curses library only for the dlls that need it.
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-11-08  Ove KaavenMoved the int 9 (keyboard) handler to dlls/winedos.
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.