Changeset 107270 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Dec 10, 2024 8:25:35 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Installer/NSISTool/VBoxNSISTool.cpp
r107269 r107270 79 79 /** File size (in bytes). 80 80 * Set to 0 if not set (yet). */ 81 size_tcbFile;81 uint64_t cbFile; 82 82 /** Header structure, taken from NSIS. */ 83 83 firstheader FirstHdr; 84 84 /** Absolute file offset (in bytes) of \a FirstHdr. 85 85 * Set to UINT64_MAX if not set (yet). */ 86 size_toffHdr;86 uint64_t offHdr; 87 87 /** Absolute file offset (in bytes) of CRC32 to read/write. 88 88 * Set to UINT64_MAX if not set (yet). */ 89 size_toffCRC32;89 uint64_t offCRC32; 90 90 /** Currente CRC32 checksum being used. 91 91 * Set to 0 if not initialized. */
Note:
See TracChangeset
for help on using the changeset viewer.