diff --git a/include/SDL_config_windows.h b/include/SDL_config_windows.h index 57ac53d28..1bbb83848 100644 --- a/include/SDL_config_windows.h +++ b/include/SDL_config_windows.h @@ -142,7 +142,7 @@ typedef unsigned int uintptr_t; #define HAVE_SQRTF 1 #define HAVE_TAN 1 #define HAVE_TANF 1 -#define HAVE_COPYSIGN 1 +#define HAVE__COPYSIGN 1 #if defined(_MSC_VER) /* These functions were added with the VC++ 2013 C runtime library */ #if _MSC_VER >= 1800