Changeset 85126 in vbox for trunk/src/VBox/Runtime/common/dvm
- Timestamp:
- Jul 8, 2020 11:04:57 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvm.cpp
r85124 r85126 94 94 * Global variables * 95 95 *********************************************************************************************************************************/ 96 extern DECL_HIDDEN_DATA(const RTDVMFMTOPS) g_rtDvmFmtMbr;97 extern DECL_HIDDEN_DATA(const RTDVMFMTOPS) g_rtDvmFmtGpt;98 extern DECL_HIDDEN_DATA(const RTDVMFMTOPS) g_rtDvmFmtBsdLbl;99 100 96 /** 101 97 * Supported volume formats.
Note:
See TracChangeset
for help on using the changeset viewer.