From c6bedc3bdf81a74c6ff5487718a4964e0a8f5b17 Mon Sep 17 00:00:00 2001 From: Ulf Wohlers Date: Sat, 29 Mar 2003 20:17:24 +0000 Subject: [PATCH] remove DIR* from No_Drive_Cache to avoid macro redefinitions Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@838 --- include/dos_system.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/include/dos_system.h b/include/dos_system.h index dc0a3604..0ea54efe 100644 --- a/include/dos_system.h +++ b/include/dos_system.h @@ -19,11 +19,10 @@ #ifndef DOSSYSTEM_H_ #define DOSSYSTEM_H_ -#include "dosbox.h" -#include "cross.h" #include #include -#include +#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 {