mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-10 05:57:45 +00:00
Refactor of extracted directory structure and API simplification
This commit is contained in:
@@ -145,7 +145,7 @@ public:
|
||||
li.QuadPart = offset;
|
||||
SetFilePointerEx(fp, li, nullptr, whence);
|
||||
}
|
||||
int64_t position()
|
||||
uint64_t position() const
|
||||
{
|
||||
LARGE_INTEGER li = {};
|
||||
LARGE_INTEGER res;
|
||||
|
||||
Reference in New Issue
Block a user