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