mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-22 11:18:14 +00:00
fix CI windows errors again (because of unused stdio reader callbacks.)
This commit is contained in:
@@ -306,7 +306,7 @@ windows_file_close(SDL_RWops * context)
|
||||
}
|
||||
#endif /* defined(__WIN32__) || defined(__GDK__) */
|
||||
|
||||
#ifdef HAVE_STDIO_H
|
||||
#ifdef HAVE_STDIO_H && !(defined(__WIN32__) || defined(__GDK__))
|
||||
|
||||
#ifdef HAVE_FOPEN64
|
||||
#define fopen fopen64
|
||||
|
Reference in New Issue
Block a user