comparison src/cdrom/win32/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 #include "SDL_windows.h" 25 #include "SDL_windows.h"
26 #include <mmsystem.h> 26 #include <mmsystem.h>
27 27
28 #include "SDL_stdlib.h"
29 #include "SDL_string.h"
28 #include "SDL_error.h" 30 #include "SDL_error.h"
29 #include "SDL_cdrom.h" 31 #include "SDL_cdrom.h"
30 #include "SDL_stdlib.h"
31 #include "SDL_string.h"
32 #include "SDL_syscdrom.h" 32 #include "SDL_syscdrom.h"
33 33
34 /* This really broken?? */ 34 /* This really broken?? */
35 #define BROKEN_MCI_PAUSE /* Pausing actually stops play -- Doh! */ 35 #define BROKEN_MCI_PAUSE /* Pausing actually stops play -- Doh! */
36 36