Fixed Windows build

This commit is contained in:
Sam Lantinga 2024-09-18 14:55:51 -07:00
parent d29a0e3f31
commit 34c6011360
1 changed files with 2 additions and 2 deletions

View File

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