mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-08 21:17:51 +00:00
MSVC fixes
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
#include "NOD/Util.hpp"
|
||||
#include "NOD/IDiscIO.hpp"
|
||||
|
||||
#if _WIN32
|
||||
#define ftello _ftelli64
|
||||
#define fseeko _fseeki64
|
||||
#endif
|
||||
|
||||
namespace NOD
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user