Changeset 60608 in vbox for trunk/src/VBox/Storage/VMDK.cpp
- Timestamp:
- Apr 20, 2016 5:16:37 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 106750
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VMDK.cpp
r60033 r60608 5 5 6 6 /* 7 * Copyright (C) 2006-201 5Oracle Corporation7 * Copyright (C) 2006-2016 Oracle Corporation 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 6579 6579 VD_CAP_UUID | VD_CAP_CREATE_FIXED | VD_CAP_CREATE_DYNAMIC 6580 6580 | VD_CAP_CREATE_SPLIT_2G | VD_CAP_DIFF | VD_CAP_FILE | VD_CAP_ASYNC 6581 | VD_CAP_VFS ,6581 | VD_CAP_VFS | VD_CAP_PREFERRED, 6582 6582 /* paFileExtensions */ 6583 6583 s_aVmdkFileExtensions,
Note:
See TracChangeset
for help on using the changeset viewer.