mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-14 09:52:23 -07:00
85f2f4aa88
The stat struct was the format for the 64 bit version of stat. So we need to call stat64 to get the proper data. Also we need to use _File_Time instead of File_Time because it is a compound value. These changes were tested and work on my computer, MacOS 64 bit.