comparison src/cdrom/mint/SDL_syscdrom.c @ 1350:adc8ff3c9597

Fixes for new SDL embedded libc stuff
author Patrice Mandin <patmandin@gmail.com>
date Wed, 08 Feb 2006 18:59:49 +0000
parents 604d73db6802
children c71e05b4dc2e
comparison
equal deleted inserted replaced
1349:3f395c825b14 1350:adc8ff3c9597
31 #include <cdromio.h> 31 #include <cdromio.h>
32 #include <metados.h> 32 #include <metados.h>
33 33
34 #include "SDL_error.h" 34 #include "SDL_error.h"
35 #include "SDL_cdrom.h" 35 #include "SDL_cdrom.h"
36 #include "SDL_string.h"
36 #include "SDL_syscdrom.h" 37 #include "SDL_syscdrom.h"
37 38
38 /* Some ioctl() errno values which occur when the tray is empty */ 39 /* Some ioctl() errno values which occur when the tray is empty */
39 #ifndef ENOMEDIUM 40 #ifndef ENOMEDIUM
40 #define ENOMEDIUM ENOENT 41 #define ENOMEDIUM ENOENT