mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-20 22:04:32 +00:00
Use _fseeki64/_ftelli64 on Windows since fseek/fell are limited by 32-bit long
This commit is contained in:
+2
-1
@@ -21,7 +21,8 @@
|
||||
#include "helpers.hpp"
|
||||
#include "itertools.hpp" // InsertionOrderedMap
|
||||
#include "linkdefs.hpp"
|
||||
#include "util.hpp" // xfclose, seekSize
|
||||
#include "platform.hpp" // fseek
|
||||
#include "util.hpp" // xfclose, seekSize
|
||||
|
||||
#include "asm/fstack.hpp"
|
||||
#include "asm/lexer.hpp"
|
||||
|
||||
Reference in New Issue
Block a user