package An official xmake package repository https://xrepo.xmake.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
496 B

diff --git a/SDL2_gfxPrimitives.c b/SDL2_gfxPrimitives.c
index c6f7894..0ab6b22 100644
--- a/SDL2_gfxPrimitives.c
+++ b/SDL2_gfxPrimitives.c
@@ -1757,7 +1757,7 @@ int filledCircleRGBA(SDL_Renderer * renderer, Sint16 x, Sint16 y, Sint16 rad, Ui
/* ----- AA Ellipse */
/* Windows targets do not have lrint, so provide a local inline version */
-#if defined(_MSC_VER)
+#if defined(_MSC_VER) && _MSC_VER < 1928
/* Detect 64bit and use intrinsic version */
#ifdef _M_X64
#include <emmintrin.h>