mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-12 09:25:42 +00:00
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_DRIVER_N3DS
This commit is contained in:
parent
2095aefbb6
commit
daf1a7d2be
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ static VideoBootStrap *bootstrap[] = {
|
|||
#ifdef SDL_VIDEO_DRIVER_VITA
|
||||
&VITA_bootstrap,
|
||||
#endif
|
||||
#if SDL_VIDEO_DRIVER_N3DS
|
||||
#ifdef SDL_VIDEO_DRIVER_N3DS
|
||||
&N3DS_bootstrap,
|
||||
#endif
|
||||
#if SDL_VIDEO_DRIVER_KMSDRM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue