mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-19 06:50:18 +02: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 (defined(SDL_VIDEO_RENDER_D3D) || defined(SDL_VIDEO_RENDER_D3D11) || SDL_VIDEO_RENDER_D3D12) && !SDL_RENDER_DISABLED
|
||||
#if (defined(SDL_VIDEO_RENDER_D3D) || defined(SDL_VIDEO_RENDER_D3D11) || defined(SDL_VIDEO_RENDER_D3D12)) && !SDL_RENDER_DISABLED
|
||||
|
||||
#include "SDL_d3dmath.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user