Improved ioctl support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@723
This commit is contained in:
parent
e2b62d23d0
commit
6558efe97e
2 changed files with 122 additions and 27 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue