[Box Backup-commit] [boxbackup/boxbackup] df8545: Add box_strtoui64() to replace strtoull().

GitHub noreply at github.com
Sat Nov 26 15:13:29 GMT 2016


  Branch: refs/heads/s3_support_merge_5
  Home:   https://github.com/boxbackup/boxbackup
  Commit: df8545764f99a2818abc17e78a515a2cea3e336c
      https://github.com/boxbackup/boxbackup/commit/df8545764f99a2818abc17e78a515a2cea3e336c
  Author: Chris Wilson <chris+github at qwirx.com>
  Date:   2016-11-26 (Sat, 26 Nov 2016)

  Changed paths:
    M lib/win32/emu.h

  Log Message:
  -----------
  Add box_strtoui64() to replace strtoull().

strtoull() doesn't exist on older Windows compilers (MSVC < 12), and in
any case doesn't necessarily return a uint64_t, so this is a better
interface.




More information about the Boxbackup-commit mailing list