Use macros for Seek modes (#1235)

* Use macros for `Seek` modes

* Fix syntax

* Use `OF_READ`

* Add names to skip.yml

* Revert "Add names to skip.yml"

This reverts commit 28b6f577dc.
This commit is contained in:
Christian Semmler
2024-12-16 14:13:52 -07:00
committed by GitHub
parent 615c3a5047
commit cfa3769abf
8 changed files with 20 additions and 14 deletions

View File

@@ -41,7 +41,7 @@ MxResult MxDSFile::Open(MxULong p_uStyle)
Close();
}
else {
Seek(0, 0);
Seek(0, SEEK_SET);
}
return result;