Mercurial > sdl-ios-xcode
diff include/SDL_cdrom.h @ 1353:7ba544e2888d
Started the process of improving configure support, and merging C types
and library support into a single header.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 09 Feb 2006 09:07:13 +0000 |
parents | c9b51268668f |
children | 67114343400d |
line wrap: on
line diff
--- a/include/SDL_cdrom.h Thu Feb 09 05:46:55 2006 +0000 +++ b/include/SDL_cdrom.h Thu Feb 09 09:07:13 2006 +0000 @@ -25,8 +25,9 @@ #ifndef _SDL_cdrom_h #define _SDL_cdrom_h -#include "SDL_types.h" +#include "SDL_stdinc.h" +#ifndef DISABLE_CDROM #include "begin_code.h" /* Set up for C function definitions, even when using C++ */ #ifdef __cplusplus @@ -166,5 +167,6 @@ } #endif #include "close_code.h" +#endif /* !DISABLE_CDROM */ #endif /* _SDL_video_h */