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:
parent
20e5d26f6e
commit
c6bedc3bdf
1 changed files with 2 additions and 4 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue