comparison src/cdrom/osf/SDL_syscdrom.c @ 1402:d910939febfa

Use consistent identifiers for the various platforms we support. Make sure every source file includes SDL_config.h, so the proper system headers are chosen.
author Sam Lantinga <slouken@libsdl.org>
date Tue, 21 Feb 2006 08:46:50 +0000
parents c0a74f199ecf
children 1f4f09641645
comparison
equal deleted inserted replaced
1401:1819fd069e89 1402:d910939febfa
16 License along with this library; if not, write to the Free 16 License along with this library; if not, write to the Free
17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 18
19 19
20 */ 20 */
21 21 #include "SDL_config.h"
22 22
23 /* Functions for system-level CD-ROM audio control */ 23 /* Functions for system-level CD-ROM audio control */
24 24
25 /* #define DEBUG_CDROM 1 */ 25 /* #define DEBUG_CDROM 1 */
26 26