Fix -Wundef warnings due to use of unguarded SDL_VIDEO_RENDER_D3D12

This commit is contained in:
Anonymous Maarten
2023-03-27 15:54:54 +02:00
parent 0abbeec741
commit 63fa1bae3e
9 changed files with 10 additions and 10 deletions

View File

@@ -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."