fix CI windows errors again (because of unused stdio reader callbacks.)
This commit is contained in:
parent
a8faac1b8b
commit
f3fe8ea7ad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue