Changeset 57358 in vbox for trunk/src/VBox/Runtime/common/vfs/vfsmemory.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/vfs/vfsmemory.cpp
r56290 r57358 26 26 27 27 28 /******************************************************************************* 29 * Header Files *30 ******************************************************************************* /28 /********************************************************************************************************************************* 29 * Header Files * 30 *********************************************************************************************************************************/ 31 31 #include "internal/iprt.h" 32 32 #include <iprt/vfs.h> … … 43 43 44 44 45 /******************************************************************************* 46 * Header Files *47 ******************************************************************************* /45 /********************************************************************************************************************************* 46 * Header Files * 47 *********************************************************************************************************************************/ 48 48 #include "internal/iprt.h" 49 49 #include <iprt/vfs.h> … … 53 53 54 54 55 /******************************************************************************* 56 * Defined Constants And Macros *57 ******************************************************************************* /55 /********************************************************************************************************************************* 56 * Defined Constants And Macros * 57 *********************************************************************************************************************************/ 58 58 /** The max extent size. */ 59 59 #define RTVFSMEM_MAX_EXTENT_SIZE _2M 60 60 61 61 62 /******************************************************************************* 63 * Structures and Typedefs *64 ******************************************************************************* /62 /********************************************************************************************************************************* 63 * Structures and Typedefs * 64 *********************************************************************************************************************************/ 65 65 66 66 /**
Note:
See TracChangeset
for help on using the changeset viewer.