changed includes to avoid macro redefinition
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@837
This commit is contained in:
parent
f1227be179
commit
20e5d26f6e
2 changed files with 3 additions and 0 deletions
|
@ -597,6 +597,8 @@ bool DOS_Drive_Cache::SetResult(CFileInfo* dir, char* &result, Bit16u entryNr)
|
|||
// No Dir Cache,
|
||||
// ****************************************************************************
|
||||
|
||||
static DIR* srch_opendir = 0;
|
||||
|
||||
DOS_No_Drive_Cache::DOS_No_Drive_Cache(const char* path)
|
||||
{
|
||||
SetBaseDir(path);
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#include <string.h>
|
||||
#include <time.h>
|
||||
#include <errno.h>
|
||||
#include <dirent.h>
|
||||
#include "dosbox.h"
|
||||
#include "dos_inc.h"
|
||||
#include "drives.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue