comparison src/cdrom/os2/SDL_syscdrom.c @ 1338:604d73db6802

Removed uses of stdlib.h and string.h
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Feb 2006 09:29:18 +0000
parents 3692456e7b0f
children c71e05b4dc2e
comparison
equal deleted inserted replaced
1337:c687f06c7473 1338:604d73db6802
23 /* Functions for system-level CD-ROM audio control */ 23 /* Functions for system-level CD-ROM audio control */
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 #include <stdio.h> 28
29 #include <stdlib.h> 29 #include "SDL_stdlib.h"
30 #include <string.h> 30 #include "SDL_string.h"
31
32 #include "SDL_error.h" 31 #include "SDL_error.h"
33 #include "SDL_cdrom.h" 32 #include "SDL_cdrom.h"
34 #include "SDL_syscdrom.h" 33 #include "SDL_syscdrom.h"
35 34
36 /* Size of MCI result buffer (in bytes) */ 35 /* Size of MCI result buffer (in bytes) */