From a8faac1b8b625f7f873d0fadae75fe3fee0909aa Mon Sep 17 00:00:00 2001 From: Ozkan Sezer Date: Fri, 25 Nov 2022 23:04:04 +0300 Subject: [PATCH] fixed SDL_config_windows.h (was broken by 1e4cd682) --- include/SDL_config_windows.h | 1 + include/SDL_config_wingdk.h | 2 +- include/SDL_config_xbox.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/include/SDL_config_windows.h b/include/SDL_config_windows.h index 87ca5ecb8b..df9ec6baab 100644 --- a/include/SDL_config_windows.h +++ b/include/SDL_config_windows.h @@ -217,6 +217,7 @@ typedef unsigned int uintptr_t; #if _MSC_VER >= 1400 #define HAVE__FSEEKI64 1 #endif +#endif /* _MSC_VER */ #else #define HAVE_STDARG_H 1 #define HAVE_STDDEF_H 1 diff --git a/include/SDL_config_wingdk.h b/include/SDL_config_wingdk.h index 28a890bd23..6d328caf80 100644 --- a/include/SDL_config_wingdk.h +++ b/include/SDL_config_wingdk.h @@ -155,7 +155,7 @@ #define HAVE_TRUNC 1 #define HAVE_TRUNCF 1 #define HAVE__FSEEKI64 1 -#endif +#endif /* _MSC_VER */ #else #define HAVE_STDARG_H 1 #define HAVE_STDDEF_H 1 diff --git a/include/SDL_config_xbox.h b/include/SDL_config_xbox.h index 49bea33440..854038c03c 100644 --- a/include/SDL_config_xbox.h +++ b/include/SDL_config_xbox.h @@ -155,7 +155,7 @@ #define HAVE_TRUNC 1 #define HAVE_TRUNCF 1 #define HAVE__FSEEKI64 1 -#endif +#endif /* _MSC_VER */ #else #define HAVE_STDARG_H 1 #define HAVE_STDDEF_H 1