mirror of
https://github.com/chromium/crashpad.git
synced 2025-03-09 14:06:33 +00:00
off_t exists on Windows, but Seek is implemented in terms of SetFilePointerEx which expects a LONGLONG, so FileOffset is LONGLONG. So, use FileOffset in the test code so that it wraps at the expected value. R=mark@chromium.org BUG=crashpad:1 Review URL: https://codereview.chromium.org/854883002