Changeset 37270 in vbox for trunk/src/VBox/Runtime/common
- Timestamp:
- May 30, 2011 9:25:42 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72003
- Location:
- trunk/src/VBox/Runtime/common/dvm
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvm.cpp
r37024 r37270 83 83 extern RTDVMFMTOPS g_rtDvmFmtMbr; 84 84 extern RTDVMFMTOPS g_rtDvmFmtGpt; 85 extern RTDVMFMTOPS g_rtDvmFmtBsdLbl; 85 86 86 87 /** … … 90 91 { 91 92 &g_rtDvmFmtMbr, 92 &g_rtDvmFmtGpt 93 &g_rtDvmFmtGpt, 94 &g_rtDvmFmtBsdLbl 93 95 }; 94 96 … … 233 235 } 234 236 else 235 rc = VERR_NOT_ FOUND;237 rc = VERR_NOT_SUPPORTED; 236 238 } 237 239
Note:
See TracChangeset
for help on using the changeset viewer.