1
0
Fork 0

Improved ioctl support

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@723
This commit is contained in:
Ulf Wohlers 2003-03-06 14:29:43 +00:00
parent e2b62d23d0
commit 6558efe97e
2 changed files with 122 additions and 27 deletions

View file

@ -138,6 +138,10 @@ public:
private:
bool Open (void);
void Close (void);
char pathname[32];
HANDLE hIOCTL;
TMSF oldLeadOut;
};
@ -169,11 +173,14 @@ public:
bool LoadUnloadMedia (bool unload);
private:
bool Open (void);
void Close (void);
char pathname[64];
int dhandle;
TMSF oldLeadOut;
};
#endif /* linux */
#endif /* __CDROM_INTERFACE__ */
#endif /* __CDROM_INTERFACE__ */