Mercurial > sdl-ios-xcode
comparison src/cdrom/os2/SDL_syscdrom.c @ 1358:c71e05b4dc2e
More header massaging... works great on Windows. ;-)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 06:48:43 +0000 |
parents | 604d73db6802 |
children | 19418e4422cb |
comparison
equal
deleted
inserted
replaced
1357:e18467d67cfd | 1358:c71e05b4dc2e |
---|---|
24 | 24 |
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_stdlib.h" | |
30 #include "SDL_string.h" | |
31 #include "SDL_error.h" | |
32 #include "SDL_cdrom.h" | 29 #include "SDL_cdrom.h" |
33 #include "SDL_syscdrom.h" | 30 #include "SDL_syscdrom.h" |
34 | 31 |
35 /* Size of MCI result buffer (in bytes) */ | 32 /* Size of MCI result buffer (in bytes) */ |
36 #define MCI_CMDRETBUFSIZE 128 | 33 #define MCI_CMDRETBUFSIZE 128 |