Skip to content
  • Tom Webster's avatar
    Windows Support · 9ad7d091
    Tom Webster authored
    Windows is now supported thanks to the w32 fork by VividCortex.
    
    Using basic exec commands was proving difficult and was showing
    strange errors, so I moved to using the Windows API directly.
    
    This project will now have a different `SetSystemClock` method for
    each supported operating system, this not only makes the code
    cleaner, it could potentially make the resulting binaries smaller
    by excluding unneeded components / libraries.
    9ad7d091