Mercurial > sdl-ios-xcode
comparison src/cdrom/mint/SDL_syscdrom.c @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | c71e05b4dc2e |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
30 | 30 |
31 #include <cdromio.h> | 31 #include <cdromio.h> |
32 #include <metados.h> | 32 #include <metados.h> |
33 | 33 |
34 #include "SDL_cdrom.h" | 34 #include "SDL_cdrom.h" |
35 #include "SDL_syscdrom.h" | 35 #include "../SDL_syscdrom.h" |
36 | 36 |
37 /* Some ioctl() errno values which occur when the tray is empty */ | 37 /* Some ioctl() errno values which occur when the tray is empty */ |
38 #ifndef ENOMEDIUM | 38 #ifndef ENOMEDIUM |
39 #define ENOMEDIUM ENOENT | 39 #define ENOMEDIUM ENOENT |
40 #endif | 40 #endif |