From eee39b3127af51e4f337b701442d5bfa0576a073 Mon Sep 17 00:00:00 2001 From: Ulf Wohlers Date: Thu, 27 Mar 2003 22:02:47 +0000 Subject: [PATCH] sdl.h ->SDL.h Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@819 --- src/dos/cdrom.cpp | 2 +- src/dos/cdrom.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dos/cdrom.cpp b/src/dos/cdrom.cpp index a94cfd6f..86cf831d 100644 --- a/src/dos/cdrom.cpp +++ b/src/dos/cdrom.cpp @@ -21,7 +21,7 @@ // SDL CDROM // ****************************************************** -#include "sdl.h" +#include "SDL.h" #include "support.h" #include "cdrom.h" diff --git a/src/dos/cdrom.h b/src/dos/cdrom.h index a1ff4271..8dfc97a0 100644 --- a/src/dos/cdrom.h +++ b/src/dos/cdrom.h @@ -5,7 +5,7 @@ #define MAX_ASPI_CDROM 5 #include -#include "sdl.h" +#include "SDL.h" #define RAW_SECTOR_SIZE 2352 #define COOKED_SECTOR_SIZE 2048