mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
Fixed bug 5436 - MSVC 2019 ARM64 build fails to compile SDL_stretch.c
This commit is contained in:
parent
9130f7c377
commit
acccc71f27
@ -613,7 +613,7 @@ scale_mat(const Uint32 *src, int src_w, int src_h, int src_pitch,
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* TODO: this didn't compile on Window10 universal package last time I tried .. */
|
/* TODO: this didn't compile on Window10 universal package last time I tried .. */
|
||||||
#if defined(__WINRT__)
|
#if defined(__WINRT__) || defined(_MSC_VER)
|
||||||
# if defined(HAVE_NEON_INTRINSICS)
|
# if defined(HAVE_NEON_INTRINSICS)
|
||||||
# undef HAVE_NEON_INTRINSICS
|
# undef HAVE_NEON_INTRINSICS
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
Reference in New Issue
Block a user