Changeset 31847 in vbox for trunk/src/VBox/Runtime/common/checksum
- Timestamp:
- Aug 21, 2010 8:33:07 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65049
- Location:
- trunk/src/VBox/Runtime/common/checksum
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/checksum/crc32.cpp
r28800 r31847 75 75 #include <sys/systm.h> 76 76 #else 77 # include <iprt/crc 32.h>77 # include <iprt/crc.h> 78 78 # include "internal/iprt.h" 79 79 #endif -
trunk/src/VBox/Runtime/common/checksum/crc64.cpp
r28800 r31847 34 34 * Header Files * 35 35 *******************************************************************************/ 36 #include <iprt/crc 64.h>36 #include <iprt/crc.h> 37 37 #include "internal/iprt.h" 38 38
Note:
See TracChangeset
for help on using the changeset viewer.