VS2019: SDL1 ARM builds cannot use DDraw vide output at this time, key GUID and IID symbols do not exist it seems.

This commit is contained in:
Jonathan Campbell
2021-07-01 06:57:40 -07:00
parent 6f473f1195
commit f3141de5d3

View File

@@ -164,8 +164,13 @@ typedef unsigned int uintptr_t;
#endif #endif
#ifndef _WIN32_WCE #ifndef _WIN32_WCE
// FIXME: DirectX/DirectDraw video driver needs to be fixed to work with the async mode // FIXME: DirectX/DirectDraw video driver needs to be fixed to work with the async mode
#if defined(_M_ARM) && !defined(_M_ARM64)
/* FIXME: Build failures on VS2019 ARM SDL1: Unresolved external GUID_XAxis, etc.
Your ARM-based Surface tablets will have to go without DX/DDraw support for now, sorry --J.C. */
#else
#define SDL_VIDEO_DRIVER_DDRAW 1 #define SDL_VIDEO_DRIVER_DDRAW 1
#endif #endif
#endif
#define SDL_VIDEO_DRIVER_DUMMY 1 #define SDL_VIDEO_DRIVER_DUMMY 1
#define SDL_VIDEO_DRIVER_WINDIB 1 #define SDL_VIDEO_DRIVER_WINDIB 1