comparison src/cdrom/mint/SDL_syscdrom.c @ 1358:c71e05b4dc2e

More header massaging... works great on Windows. ;-)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 06:48:43 +0000
parents adc8ff3c9597
children 19418e4422cb
comparison
equal deleted inserted replaced
1357:e18467d67cfd 1358:c71e05b4dc2e
29 #include <errno.h> 29 #include <errno.h>
30 30
31 #include <cdromio.h> 31 #include <cdromio.h>
32 #include <metados.h> 32 #include <metados.h>
33 33
34 #include "SDL_error.h"
35 #include "SDL_cdrom.h" 34 #include "SDL_cdrom.h"
36 #include "SDL_string.h"
37 #include "SDL_syscdrom.h" 35 #include "SDL_syscdrom.h"
38 36
39 /* Some ioctl() errno values which occur when the tray is empty */ 37 /* Some ioctl() errno values which occur when the tray is empty */
40 #ifndef ENOMEDIUM 38 #ifndef ENOMEDIUM
41 #define ENOMEDIUM ENOENT 39 #define ENOMEDIUM ENOENT