Improved search for free dir id
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@693
This commit is contained in:
parent
75626ee0c3
commit
cffa206680
2 changed files with 9 additions and 5 deletions
|
@ -81,7 +81,8 @@ private:
|
|||
bool RemoveSpaces (char* str);
|
||||
bool OpenDir (CFileInfo* dir, char* path, Bit16u& id);
|
||||
void CreateEntry (CFileInfo* dir, const char* name);
|
||||
Bit16u GetFreeID (void);
|
||||
Bit16u GetFreeID (CFileInfo* dir);
|
||||
|
||||
|
||||
CFileInfo* dirBase;
|
||||
char dirPath [CROSS_LEN];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue