1
0
Fork 0

Support for INT 21 function 0x57 - DOS_GetFileDate

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@412
This commit is contained in:
Ulf Wohlers 2002-10-25 15:17:19 +00:00
parent ac29b40919
commit 9f1a42a3b9
3 changed files with 38 additions and 3 deletions

View file

@ -98,6 +98,7 @@ bool DOS_SeekFile(Bit16u handle,Bit32u * pos,Bit32u type);
bool DOS_CloseFile(Bit16u handle);
bool DOS_DuplicateEntry(Bit16u entry,Bit16u * newentry);
bool DOS_ForceDuplicateEntry(Bit16u entry,Bit16u newentry);
bool DOS_GetFileDate(Bit16u entry, Bit16u* otime, Bit16u* odate);
/* Routines for Drive Class */
bool DOS_OpenFile(char * name,Bit8u flags,Bit16u * entry);