exported DOS_MakeName
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1495
This commit is contained in:
parent
735883416c
commit
c831e34ffb
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue