Skip to content
  • Kenneth Moreland's avatar
    Specify return type for GetTimerImpl · 6797c6e3
    Kenneth Moreland authored
    The internal function GetTimerImpl has a rather complex expression for
    its return type. Prevously this was derived using declspec, but one of
    the versions of Visual Studio barfed on that for some reason. So now
    declare the return type explicitly.
    6797c6e3