Changeset 85068 in vbox
- Timestamp:
- Jul 6, 2020 12:57:54 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/checksum/crc32-zlib.cpp
r82968 r85068 52 52 } 53 53 54 RTDECL(uint32_t) RTCrc32(const void *pv, registersize_t cb)54 RTDECL(uint32_t) RTCrc32(const void *pv, size_t cb) 55 55 { 56 56 uint32_t uCrc = crc32(0, NULL, 0);
Note:
See TracChangeset
for help on using the changeset viewer.