• Show log

    Commit

  • Hash : a861839d
    Author : Edward Thomson
    Date : 2019-01-21T10:55:59

    windows: add SSIZE_MAX Windows doesn't include ssize_t or its _MAX value by default. We are already declaring ssize_t as SSIZE_T, which is __int64_t on Win64 and long otherwise. Include its _MAX value as a correspondence to its type.