sdl.h ->SDL.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@819
This commit is contained in:
parent
a1f0a5e82b
commit
eee39b3127
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@
|
|||
// SDL CDROM
|
||||
// ******************************************************
|
||||
|
||||
#include "sdl.h"
|
||||
#include "SDL.h"
|
||||
#include "support.h"
|
||||
#include "cdrom.h"
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#define MAX_ASPI_CDROM 5
|
||||
|
||||
#include <string.h>
|
||||
#include "sdl.h"
|
||||
#include "SDL.h"
|
||||
|
||||
#define RAW_SECTOR_SIZE 2352
|
||||
#define COOKED_SECTOR_SIZE 2048
|
||||
|
|
Loading…
Add table
Reference in a new issue