1
0
Fork 0

Add rewriten form of patch "[ 1498334 ] CD Images unmounting" created by Kronutz

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2658
This commit is contained in:
Peter Veenstra 2006-06-22 13:15:07 +00:00
parent 35201631c9
commit 3ea5a913a9
9 changed files with 239 additions and 89 deletions

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
/* $Id: dos_system.h,v 1.35 2006-04-23 14:20:57 c2woody Exp $ */
/* $Id: dos_system.h,v 1.36 2006-06-22 13:15:07 qbix79 Exp $ */
#ifndef DOSBOX_DOS_SYSTEM_H
#define DOSBOX_DOS_SYSTEM_H
@ -229,6 +229,8 @@ public:
virtual void EmptyCache(void) { dirCache.EmptyCache(); };
virtual bool isRemote(void)=0;
virtual bool isRemovable(void)=0;
virtual Bits UnMount(void)=0;
char * GetInfo(void);
char curdir[DOS_PATHLENGTH];
char info[256];