Browse Source

Fixed Windows build

Sam Lantinga 11 months ago
parent
commit
34c6011360
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/file/SDL_iostream.c

+ 2 - 2
src/file/SDL_iostream.c

@@ -20,8 +20,6 @@
 */
 */
 #include "SDL_internal.h"
 #include "SDL_internal.h"
 
 
-#include "SDL_iostream_c.h"
-
 #if defined(SDL_PLATFORM_WINDOWS)
 #if defined(SDL_PLATFORM_WINDOWS)
 #include "../core/windows/SDL_windows.h"
 #include "../core/windows/SDL_windows.h"
 #endif
 #endif
@@ -35,6 +33,8 @@
 #include <limits.h>
 #include <limits.h>
 #endif
 #endif
 
 
+#include "SDL_iostream_c.h"
+
 /* This file provides a general interface for SDL to read and write
 /* This file provides a general interface for SDL to read and write
    data sources.  It can easily be extended to files, memory, etc.
    data sources.  It can easily be extended to files, memory, etc.
 */
 */