Added proper support for switching file APIs between ANSI and OEM
[wine] / dlls / kernel / instr.c
2004-03-16  Jukka HeinonenDPMI programs now handle pending events.
2004-03-15  Jukka HeinonenEmulating STI instruction now raises an exception if...
2004-02-17  Marcus MeissnerSupport emulation of the privileged mov dr7,eax instruc...
2003-11-27  Alexandre JulliardPorting fixes.
2003-11-18  Alexandre JulliardRemoved include/selectors.h.
2003-11-17  Alexandre JulliardAdded wine_ldt_is_system() to replace the IS_SELECTOR_S...
2003-11-15  Alexandre JulliardMoved a number of DOS definitions out of the global...
2003-11-14  Alexandre JulliardMoved winedos loading functionality to dlls/kernel...
2003-11-13  Alexandre JulliardRemoved instance.h and callback.h, moving their contents to
2003-10-28  Alexandre JulliardRestored emulation of protected instructions in 32...
2003-10-14  Jukka HeinonenRemove races from DPMI async event handling.
2003-09-17  Alexandre JulliardMoved I/O port handling to dlls/winedos.
2003-09-17  Alexandre JulliardUse WOWCallback16Ex to switch to vm86 mode so that...
2003-09-17  Alexandre JulliardMoved instruction emulation to dlls/kernel.