Changeset 62461 in vbox for trunk/src/VBox/Runtime/r3/darwin
- Timestamp:
- Jul 22, 2016 4:21:26 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 109017
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/darwin/RTCrStoreCreateSnapshotById-darwin.cpp
r60054 r62461 58 58 if (orc == noErr) 59 59 { 60 60 CFIndex const cTrustSettings = CFArrayGetCount(hTrustSettings); 61 61 for (CFIndex i = 0; i < cTrustSettings; i++) 62 62 { … … 247 247 RT_EXPORT_SYMBOL(RTCrStoreCreateSnapshotById); 248 248 249
Note:
See TracChangeset
for help on using the changeset viewer.