comparison src/cdrom/aix/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 92947e3a18db
comparison
equal deleted inserted replaced
1401:1819fd069e89 1402:d910939febfa
19 Carsten Griwodz 19 Carsten Griwodz
20 griff@kom.tu-darmstadt.de 20 griff@kom.tu-darmstadt.de
21 21
22 based on linux/SDL_syscdrom.c by Sam Lantinga 22 based on linux/SDL_syscdrom.c by Sam Lantinga
23 */ 23 */
24 #include "SDL_config.h"
24 25
25 /* Functions for system-level CD-ROM audio control */ 26 /* Functions for system-level CD-ROM audio control */
26 27
27 /*#define DEBUG_CDROM 1*/ 28 /*#define DEBUG_CDROM 1*/
28 29