• 's avatar
    Fixes for the latest MSVS. · 78da3bf8
    authored
    - ssize_t
    Since Windows does not have ssize_t, we need to include BaseTsd.h and
    use SSIZE_t instead.
    
    - include algorithm
    MSVS 2013 requests developers to include algorithm when they use
    std::min.
    
    By yyanagisawa
    
    
    
    git-svn-id: https://google-glog.googlecode.com/svn/trunk@143 eb4d4688-79bd-11dd-afb4-1d65580434c0
    78da3bf8
logging.cc 68.7 KB