Provide stub for SetupDiGetClassDevsW.
[wine] / dlls / winedos / dosvm.c
2002-09-21  Dmitry TimoshkovCorrect SIZE_T size according to MS SDK.
2002-09-04  Alexandre JulliardAdded DPMI segments structure and related function...
2002-08-30  Alexandre JulliardFixed some dll separation issues.
2002-08-17  Patrik StridvallAdded include protection for unistd.h and sys/time.h.
2002-07-10  Admiral CoeymanAdded support for FPU emulation interrupts.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-24  James JuranAdd missing \n to output messages.
2002-05-05  Jukka HeinonenTerminating DOS program in real mode now calls ExitThre...
2002-04-02  Jukka HeinonenCompiles now even on platforms that do not support...
2002-04-01  Jukka HeinonenRoutine DOSVM_Wait now wakes up if new events are queue...
2002-03-19  Jukka HeinonenConsole mode DOS programs now receive mouse events.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-25  Peter HunnisettNew file msvcrt/excpt.h. Move some stuff out of winnt...
2002-01-29  Jukka HeinonenAdded support for DOS EMS memory.
2002-01-06  Ove KaavenDOS support restructure. The DOS virtual machine is...
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.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-04-27  Patrik StridvallAdded documentation.
2001-02-20  Alexandre JulliardRemoved a few Callout functions by doing a GetProcAddre...
2001-01-25  Patrik StridvallFixed some issues found by winapi_check.
2000-12-27  Ove KaavenSince DOSVM_Wait() blocks the normal event processing...
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.