Refactor of extracted directory structure and API simplification

This commit is contained in:
Jack Andersen
2017-07-01 13:36:16 -10:00
parent e49568ac83
commit 41148a1368
14 changed files with 814 additions and 577 deletions

View File

@@ -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;