make compiler happy
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@109
This commit is contained in:
parent
438ad2b437
commit
a4c775bff4
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ bool DOS_CreateFile(char * name,Bit16u attribute,Bit16u * entry);
|
|||
bool DOS_UnlinkFile(char * name);
|
||||
bool DOS_FindFirst(char *search,Bit16u attr);
|
||||
bool DOS_FindNext(void);
|
||||
bool DOS_Canonicalize(char * small,Bit8u * big);
|
||||
bool DOS_Canonicalize(char * name,Bit8u * big);
|
||||
bool DOS_CreateTempFile(char * name,Bit16u * entry);
|
||||
bool DOS_FileExists(char * name);
|
||||
/* Drive Handing Routines */
|
||||
|
|
Loading…
Add table
Reference in a new issue