comparison src/cdrom/qnx/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 c0a74f199ecf
comparison
equal deleted inserted replaced
1360:70a9cfb4cf1b 1361:19418e4422cb
31 #include <sys/cdrom.h> 31 #include <sys/cdrom.h>
32 #include <sys/dcmd_cam.h> 32 #include <sys/dcmd_cam.h>
33 33
34 #include "SDL_timer.h" 34 #include "SDL_timer.h"
35 #include "SDL_cdrom.h" 35 #include "SDL_cdrom.h"
36 #include "SDL_syscdrom.h" 36 #include "../SDL_syscdrom.h"
37 37
38 /* The maximum number of CD-ROM drives we'll detect */ 38 /* The maximum number of CD-ROM drives we'll detect */
39 #define MAX_DRIVES 16 39 #define MAX_DRIVES 16
40 40
41 #define QNX_CD_OPENMODE O_RDONLY | O_EXCL 41 #define QNX_CD_OPENMODE O_RDONLY | O_EXCL