dep/sdl2: Fix compilation on ARM64
This commit is contained in:
parent
c533a6dfd7
commit
f0ac695710
|
@ -73,7 +73,7 @@
|
|||
# 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 <arm64intr.h>
|
||||
# include <arm_neon.h>
|
||||
# define __ARM_NEON 1 /* Set __ARM_NEON so that it can be used elsewhere, at compile time */
|
||||
# endif
|
||||
|
|
Loading…
Reference in New Issue