Removed calls to HEAP_strdupAtoW.
[wine] / dlls / winedos / dosexe.h
2002-12-15  Jukka HeinonenAdd support for DPMI32. Make winedos16.dll unnecessary.
2002-12-07  Jukka HeinonenMove int08 stub and LOL to upper memory.
2002-12-02  Jukka HeinonenMove DPMI segments to winedos.
2002-11-27  Jukka HeinonenMoved handlers for int25 and int26 to winedos.
2002-11-24  Jukka HeinonenMoved handlers for int11, int15 and int5c to winedos.
2002-11-23  Jukka HeinonenMove int2f handler to winedos.
2002-11-18  Jukka HeinonenRemoved obsolete INT_Int31Handler.
2002-11-13  Marcus MeissnerDo not define MZ_SUPPORTED if we do not have sys/vm86...
2002-11-12  Jukka HeinonenMove simple interrupt handlers to winedos.
2002-10-28  Jukka HeinonenAdd routines for manipulating protected mode interrupt...
2002-10-23  Jukka HeinonenMove interrupt emulation code from INSTR_EmulateInstruc...
2002-09-04  Alexandre JulliardAdded DPMI segments structure and related function...
2002-08-31  Alexandre JulliardMoved internal context macros out of winnt.h.
2002-08-30  Alexandre JulliardFixed some dll separation issues.
2002-05-16  Christian CostaAdded DMA and SoundBlaster emulation.
2002-05-05  Jukka HeinonenTerminating DOS program in real mode now calls ExitThre...
2002-04-03  Jukka HeinonenRedirect DOS writes to stdout/console to DOSVM_PutChar.
2002-03-19  Jukka HeinonenConsole mode DOS programs now receive mouse events.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-01-29  Jukka HeinonenAdded support for DOS EMS memory.
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.