1
0
Fork 0

os2 cdrom support

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2393
This commit is contained in:
Peter Veenstra 2005-11-25 19:15:12 +00:00
parent 45f519d0c2
commit 2c3ae52a79
4 changed files with 159 additions and 5 deletions

View file

@ -296,7 +296,7 @@ private:
#endif /* WIN 32 */
#if defined (LINUX)
#if defined (LINUX) || defined(OS2)
class CDROM_Interface_Ioctl : public CDROM_Interface_SDL
{