1
0
Fork 0

fixed bug in drive_cache for win98

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1184
This commit is contained in:
Peter Veenstra 2003-08-13 14:46:15 +00:00
parent 8b48f20dbd
commit d9c77e001c
2 changed files with 10 additions and 6 deletions

View file

@ -16,6 +16,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: dos_system.h,v 1.14 2003-08-13 14:46:15 qbix79 Exp $ */
#ifndef DOSSYSTEM_H_
#define DOSSYSTEM_H_
@ -140,7 +142,7 @@ private:
bool IsCachedIn (CFileInfo* dir);
CFileInfo* FindDirInfo (const char* path, char* expandedPath);
bool RemoveSpaces (char* str);
bool OpenDir (CFileInfo* dir, char* path, Bit16u& id);
bool OpenDir (CFileInfo* dir, const char* path, Bit16u& id);
void CreateEntry (CFileInfo* dir, const char* name);
Bit16u GetFreeID (CFileInfo* dir);
void Clear (void);