diff options
Diffstat (limited to 'src/VBox/Runtime/common/vfs/vfsmemory.cpp')
-rw-r--r-- | src/VBox/Runtime/common/vfs/vfsmemory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/Runtime/common/vfs/vfsmemory.cpp b/src/VBox/Runtime/common/vfs/vfsmemory.cpp index 05b410c4f..82333fbce 100644 --- a/src/VBox/Runtime/common/vfs/vfsmemory.cpp +++ b/src/VBox/Runtime/common/vfs/vfsmemory.cpp @@ -1,4 +1,4 @@ -/* $Id: vfsmemory.cpp $ */ +/* $Id: vfsmemory.cpp 36555 2011-04-05 12:34:09Z vboxsync $ */ /** @file * IPRT - Virtual File System, Memory Backed VFS. */ @@ -694,7 +694,7 @@ static DECLCALLBACK(int) rtVfsMemFile_QuerySize(void *pvThis, uint64_t *pcbFile) /** * Standard file operations. */ -DECLHIDDEN(const RTVFSFILEOPS) g_rtVfsStdFileOps = +DECL_HIDDEN_CONST(const RTVFSFILEOPS) g_rtVfsStdFileOps = { { /* Stream */ { /* Obj */ |