Changeset 57358 in vbox for trunk/src/VBox/Runtime/common/dvm/dvm.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/dvm/dvm.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include <iprt/types.h> 32 32 #include <iprt/assert.h> … … 39 39 #include "internal/dvm.h" 40 40 41 /******************************************************************************* 42 * Structures and Typedefs * 43 *******************************************************************************/ 41 42 /********************************************************************************************************************************* 43 * Structures and Typedefs * 44 *********************************************************************************************************************************/ 44 45 45 46 /** … … 89 90 typedef RTDVMVOLUMEINTERNAL *PRTDVMVOLUMEINTERNAL; 90 91 91 /******************************************************************************* 92 * Global variables * 93 *******************************************************************************/ 92 93 /********************************************************************************************************************************* 94 * Global variables * 95 *********************************************************************************************************************************/ 94 96 extern RTDVMFMTOPS g_rtDvmFmtMbr; 95 97 extern RTDVMFMTOPS g_rtDvmFmtGpt;
Note:
See TracChangeset
for help on using the changeset viewer.