SDL: Apply revision ea71847e4e3c to fix Windows ARM64 compilation.

https://hg.libsdl.org/SDL/rev/ea71847e4e3c
This commit is contained in:
Miku AuahDark
2020-12-03 12:41:49 +08:00
parent 75c1f1c923
commit 6e7f690ba1
+2 -2
View File
@@ -73,8 +73,8 @@
# define __ARM_NEON 1 /* Set __ARM_NEON so that it can be used elsewhere, at compile time */
# endif
# if defined (_M_ARM64)
# include <armintr.h>
# include <arm_neon.h>
# include <arm64intr.h>
# include <arm64_neon.h>
# define __ARM_NEON 1 /* Set __ARM_NEON so that it can be used elsewhere, at compile time */
# endif
# endif