1
0
Fork 0

remove DIR* from No_Drive_Cache to avoid macro redefinitions

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@838
This commit is contained in:
Ulf Wohlers 2003-03-29 20:17:24 +00:00
parent 20e5d26f6e
commit c6bedc3bdf

View file

@ -19,11 +19,10 @@
#ifndef DOSSYSTEM_H_
#define DOSSYSTEM_H_
#include "dosbox.h"
#include "cross.h"
#include <string.h>
#include <vector>
#include <dirent.h>
#include "dosbox.h"
#include "cross.h"
#define DOS_NAMELENGTH 12
#define DOS_NAMELENGTH_ASCII (DOS_NAMELENGTH+1)
@ -187,7 +186,6 @@ public:
public:
char basePath [CROSS_LEN];
char dirPath [CROSS_LEN];
DIR* srch_opendir;
};
class DOS_Drive {