mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-08 02:53:03 +08:00
5 lines
121 B
C
5 lines
121 B
C
#if defined(C_SDL2)
|
|
#include "vs/sdl/src/cdrom/compat_SDL_cdrom.h"
|
|
#else
|
|
#include "vs/sdl/include/SDL_cdrom.h"
|
|
#endif |