Leave IID check to the OleCreateFontIndirect, so that SFCF will handle
[wine] / dlls / winedos /
2002-01-07  Patrik StridvallFixed some issues found by winapi_check.
2002-01-06  Ove KaavenDOS support restructure. The DOS virtual machine is...
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-17  Alexandre JulliardRemoved unnecessary includes.
2001-12-05  Alexandre JulliardFixed compile for !MZ_SUPPORTED.
2001-12-04  Alexandre JulliardMoved most of the real-mode stuff to dlls/winedos.
2001-11-20  Patrik StridvallDocumentation fixes.
2001-11-08  Ove KaavenMoved the int 9 (keyboard) handler to dlls/winedos.
2001-11-07  Ove KaavenAdded RunInThread callout to winedos.
2001-07-02  Patrik StridvallDocumentation fixes.
2001-05-14  Marcus MeissnerImplemented 64bit file size handling.
2001-04-27  Patrik StridvallAdded documentation.
2001-04-04  Alexandre JulliardAdded TASK_GetPtr/TASK_GetCurrent functions to get...
2001-02-20  Alexandre JulliardRemoved a few Callout functions by doing a GetProcAddre...
2001-01-25  Patrik StridvallFixed some issues found by winapi_check.
2001-01-15  Alexandre JulliardUpdated debug channels.
2001-01-06  Alexandre JulliardUse the exe name and file handle we got from the server...
2001-01-06  François GougetFixed some HFILE vs. HANDLE mismatches.
2000-12-27  Ove KaavenRelease the Win16 lock before starting the DOS process...
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.