summaryrefslogtreecommitdiff
path: root/src/SDL2/include/SDL_config_windows.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/SDL2/include/SDL_config_windows.h')
-rw-r--r--src/SDL2/include/SDL_config_windows.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/SDL2/include/SDL_config_windows.h b/src/SDL2/include/SDL_config_windows.h
index 0be3260e..35eda465 100644
--- a/src/SDL2/include/SDL_config_windows.h
+++ b/src/SDL2/include/SDL_config_windows.h
@@ -171,6 +171,9 @@ typedef unsigned int uintptr_t;
#ifndef SDL_VIDEO_RENDER_D3D
#define SDL_VIDEO_RENDER_D3D 1
#endif
+#ifndef SDL_VIDEO_RENDER_D3D11
+#define SDL_VIDEO_RENDER_D3D11 0
+#endif
/* Enable OpenGL support */
#ifndef SDL_VIDEO_OPENGL