comparison src/cdrom/linux/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
80 #define MNTTYPE_SUPER "supermount" 80 #define MNTTYPE_SUPER "supermount"
81 #endif 81 #endif
82 #endif /* USE_MNTENT */ 82 #endif /* USE_MNTENT */
83 83
84 #include "SDL_cdrom.h" 84 #include "SDL_cdrom.h"
85 #include "SDL_syscdrom.h" 85 #include "../SDL_syscdrom.h"
86 86
87 87
88 /* The maximum number of CD-ROM drives we'll detect */ 88 /* The maximum number of CD-ROM drives we'll detect */
89 #define MAX_DRIVES 16 89 #define MAX_DRIVES 16
90 90