fixed SDL_config_windows.h (was broken by 1e4cd682)

This commit is contained in:
Ozkan Sezer 2022-11-25 23:04:04 +03:00
parent de0cca91d4
commit a8faac1b8b
3 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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

View file

@ -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