Mercurial > sdl-ios-xcode
comparison src/cdrom/win32/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 |
---|---|
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_cdrom.h" | 28 #include "SDL_cdrom.h" |
29 #include "SDL_syscdrom.h" | 29 #include "../SDL_syscdrom.h" |
30 | 30 |
31 /* This really broken?? */ | 31 /* This really broken?? */ |
32 #define BROKEN_MCI_PAUSE /* Pausing actually stops play -- Doh! */ | 32 #define BROKEN_MCI_PAUSE /* Pausing actually stops play -- Doh! */ |
33 | 33 |
34 /* The maximum number of CD-ROM drives we'll detect (Don't change!) */ | 34 /* The maximum number of CD-ROM drives we'll detect (Don't change!) */ |