mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-12 21:45:19 -04:00
Reapply settings changes on top of #209
This commit is contained in:
@@ -11,7 +11,11 @@ using namespace dusk::io;
|
||||
#define fseek(a, b, c) _fseeki64(a, b, c)
|
||||
#else
|
||||
#define MODE_TYPE char
|
||||
#if _MSVC_VER
|
||||
#define MODE(val) ##val
|
||||
#else
|
||||
#define MODE(val) val
|
||||
#endif
|
||||
#endif
|
||||
|
||||
static FILE* ThrowIfNotOpen(const FileStream& file) {
|
||||
|
||||
Reference in New Issue
Block a user