File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,9 @@ typedef unsigned int uintptr_t;
114
114
# define SDL_DISABLE_AVX 1
115
115
#endif
116
116
117
+ #define HAVE_STDARG_H 1
118
+ #define HAVE_STDDEF_H 1
119
+
117
120
/* This can be disabled to avoid C runtime dependencies and manifest requirements */
118
121
#ifndef HAVE_LIBC
119
122
#define HAVE_LIBC 1
@@ -125,8 +128,6 @@ typedef unsigned int uintptr_t;
125
128
#define HAVE_LIMITS_H 1
126
129
#define HAVE_MATH_H 1
127
130
#define HAVE_SIGNAL_H 1
128
- #define HAVE_STDARG_H 1
129
- #define HAVE_STDDEF_H 1
130
131
#define HAVE_STDIO_H 1
131
132
#define HAVE_STDLIB_H 1
132
133
#define HAVE_STRING_H 1
@@ -213,10 +214,7 @@ typedef unsigned int uintptr_t;
213
214
#if _MSC_VER >= 1400
214
215
#define HAVE__FSEEKI64 1
215
216
#endif
216
- #endif /* _MSC_VER */
217
- #else
218
- #define HAVE_STDARG_H 1
219
- #define HAVE_STDDEF_H 1
217
+ #endif /* _MSC_VER */
220
218
#endif
221
219
222
220
/* Enable various audio drivers */
You can’t perform that action at this time.
0 commit comments