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

@@ -205,7 +205,7 @@
#define SDL_VIDEO_RENDER_D3D11 1
/* Disable D3D12 as it's not implemented for WinRT */
#define SDL_VIDEO_RENDER_D3D12 0
/* #undef SDL_VIDEO_RENDER_D3D12 */
#if SDL_VIDEO_OPENGL_ES2
#define SDL_VIDEO_RENDER_OGL_ES2 1