Finish Windows ARM64 bringup

SDL2  for ARM64 is not yet checked-in, but I will do that when SDL 2.0.14 is released.
This commit is contained in:
Cameron Gutman
2020-12-12 16:44:41 -06:00
parent 59a73817c8
commit a6551c320d
5 changed files with 6 additions and 6 deletions

View File

@@ -23,7 +23,7 @@
#include "streaming/video/ffmpeg.h"
#endif
#if defined(Q_OS_WIN32)
#if defined(Q_OS_WIN32) && defined(Q_PROCESSOR_X86)
#include "antihookingprotection.h"
#elif defined(Q_OS_LINUX)
#include <openssl/ssl.h>