Do not keep the handle of a deleted item as the selectedItem..
[wine] / msdos / int33.c
2001-01-26  James JuranAdd <string.h> to files that needed it.
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-12-13  Alexandre JulliardReplaced PTR_SEG_TO_LIN macro by exported MapSL function.
2000-11-27  Dimitrie O. PaunRequire {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
2000-09-25  Alexandre JulliardRemoved some of the XXX_reg macros now that we are...
2000-09-24  Alexandre JulliardMoved most global data out of the LPDOSTASK structure.
2000-07-29  Ove KaavenAdded some int33 function stubs.
2000-05-23  Ove KaavenScale mouse coordinates to default width 640.
2000-02-10  Jeremy WhiteRemoved #include of wingdi.h and windef.h from winuser...
1999-08-01  Alexandre JulliardRemoved IP_reg, SP_reg and FL_reg definitions to avoid...
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-03-25  Ove KaavenImplemented a int 0x33 handler, with a minimal implemen...