فهرست منبع

fixed SDL_config_windows.h (was broken by 1e4cd682)

Ozkan Sezer 2 سال پیش
والد
کامیت
a8faac1b8b
3فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
  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