Changeset 57444 in vbox for trunk/src/VBox/Runtime/common/dvm/dvmgpt.cpp
- Timestamp:
- Aug 18, 2015 5:01:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvmgpt.cpp
r57358 r57444 501 501 } 502 502 503 DECLCALLBACK(bool) rtDvmFmtGptVolumeIsRangeIntersecting(RTDVMVOLUMEFMT hVolFmt,504 uint64_t offStart, size_t cbRange,505 uint64_t *poffVol,506 uint64_t *pcbIntersect)503 static DECLCALLBACK(bool) rtDvmFmtGptVolumeIsRangeIntersecting(RTDVMVOLUMEFMT hVolFmt, 504 uint64_t offStart, size_t cbRange, 505 uint64_t *poffVol, 506 uint64_t *pcbIntersect) 507 507 { 508 508 bool fIntersect = false;
Note:
See TracChangeset
for help on using the changeset viewer.