1
0
Fork 0

exported DOS_MakeName

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1495
This commit is contained in:
Peter Veenstra 2003-12-17 21:57:51 +00:00
parent 735883416c
commit c831e34ffb

View file

@ -106,6 +106,8 @@ bool DOS_Canonicalize(char * name,char * big);
bool DOS_CreateTempFile(char * name,Bit16u * entry);
bool DOS_FileExists(char * name);
/* Helper Functions */
bool DOS_MakeName(char * name,char * fullname,Bit8u * drive);
/* Drive Handing Routines */
Bit8u DOS_GetDefaultDrive(void);
void DOS_SetDefaultDrive(Bit8u drive);