Changeset 73097 in vbox for trunk/src/VBox/Runtime/tools/RTSignTool.cpp
- Timestamp:
- Jul 12, 2018 9:06:33 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTSignTool.cpp
r71878 r73097 778 778 * Sector align the signature portion. 779 779 */ 780 uint32_t const cbWinCert = RT_ OFFSETOF(WIN_CERTIFICATE, bCertificate);780 uint32_t const cbWinCert = RT_UOFFSETOF(WIN_CERTIFICATE, bCertificate); 781 781 uint64_t offCur = 0; 782 782 rc = RTFileGetSize(hFile, &offCur);
Note:
See TracChangeset
for help on using the changeset viewer.