mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-20 05:15:34 +00:00
Fix -Wundef warnings due to use of unguarded SDL_VIDEO_RENDER_D3D12
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
*/
|
||||
#include "SDL_internal.h"
|
||||
|
||||
#if SDL_VIDEO_RENDER_D3D12 && !SDL_RENDER_DISABLED && defined(__XBOXONE__)
|
||||
#if defined(SDL_VIDEO_RENDER_D3D12) && !SDL_RENDER_DISABLED && defined(__XBOXONE__)
|
||||
|
||||
#error "This is a placeholder Xbox file, as the real one is under NDA. See README-gdk.md for more info."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user