1
0
Fork 0

make compiler happy

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@109
This commit is contained in:
Peter Veenstra 2002-07-31 15:20:12 +00:00
parent 438ad2b437
commit a4c775bff4

View file

@ -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 */