Changeset 51774 in vbox
- Timestamp:
- Jul 1, 2014 6:32:18 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 94615
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/tools/RTSignTool.cpp
r51770 r51774 469 469 #ifdef VBOX 470 470 unsigned cSets = 0; 471 struct { RTCRSTORE hStore; PCSUPTAENTRY paTAs; unsigned cTAs; } aSets[6];471 struct STORESET { RTCRSTORE hStore; PCSUPTAENTRY paTAs; unsigned cTAs; } aSets[6]; 472 472 #endif 473 473
Note:
See TracChangeset
for help on using the changeset viewer.