Browse Source

fixed SDL_config_windows.h (was broken by 1e4cd682)

Ozkan Sezer 2 years ago
parent
commit
a8faac1b8b
3 changed files with 3 additions and 2 deletions
  1. 1 0
      include/SDL_config_windows.h
  2. 1 1
      include/SDL_config_wingdk.h
  3. 1 1
      include/SDL_config_xbox.h

+ 1 - 0
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

+ 1 - 1
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

+ 1 - 1
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