• Show log

    Commit

  • Hash : fb0730f1
    Author : Tobias Nießen
    Date : 2019-04-16T23:49:16

    util: use 64 bit timer on Windows
    
    git__timer was originally implemented using a 32 bit timer since
    Windows XP did not support GetTickCount64. Windows XP was discontinued
    five years ago, so it should be safe to use the new API.
    
    As a benefit, we do not need to care about overflows for the next 585
    million years.