ChangeSet ID: 8221 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/05/15 17:54:43
Modified files: dlls/winedos : int21.c
Log message: Thomas Mertes <thomas.mertes_at_gmx.at> Implement file control block (FCB) functions: INT21_OpenFileUsingFCB [0x0f], INT21_CloseFileUsingFCB [0x10], INT21_SequenialReadFromFCB [0x14], INT21_SequenialWriteToFCB [0x15], INT21_ReadRandomRecordFromFCB [0x21], INT21_WriteRandomRecordToFCB [0x22], INT21_RandomBlockReadFromFCB [0x27], INT21_RandomBlockWriteToFCB [0x28].
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8221
Old revision New revision Changes Path 1.32 1.33 +692 -2 wine/dlls/winedos/int21.c