comparison src/cdrom/os2/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
25 #define INCL_MCIOS2 25 #define INCL_MCIOS2
26 #include <os2.h> 26 #include <os2.h>
27 #include <os2me.h> 27 #include <os2me.h>
28 28
29 #include "SDL_cdrom.h" 29 #include "SDL_cdrom.h"
30 #include "SDL_syscdrom.h" 30 #include "../SDL_syscdrom.h"
31 31
32 /* Size of MCI result buffer (in bytes) */ 32 /* Size of MCI result buffer (in bytes) */
33 #define MCI_CMDRETBUFSIZE 128 33 #define MCI_CMDRETBUFSIZE 128
34 34
35 /* The maximum number of CD-ROM drives we'll detect */ 35 /* The maximum number of CD-ROM drives we'll detect */