Changeset 33820 in vbox
- Timestamp:
- Nov 7, 2010 4:33:23 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 6 added
- 2 edited
-
include/iprt/dir.h (modified) (4 diffs)
-
include/iprt/vfs.h (added)
-
include/iprt/vfslowlevel.h (added)
-
src/VBox/Runtime/Makefile.kmk (modified) (1 diff)
-
src/VBox/Runtime/common/vfs (added)
-
src/VBox/Runtime/common/vfs/Makefile.kup (added)
-
src/VBox/Runtime/common/vfs/vfsbase.cpp (added)
-
src/VBox/Runtime/common/vfs/vfsstdfile.cpp (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/dir.h
r33801 r33820 4 4 5 5 /* 6 * Copyright (C) 2006-20 07Oracle Corporation6 * Copyright (C) 2006-2010 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 29 29 #include <iprt/cdefs.h> 30 30 #include <iprt/types.h> 31 #ifdef IN_RING3 32 # include <iprt/fs.h> 33 #endif 31 #include <iprt/fs.h> 34 32 35 33 … … 40 38 * @{ 41 39 */ 42 43 #ifdef IN_RING344 40 45 41 /** … … 412 408 PCRTTIMESPEC pChangeTime, PCRTTIMESPEC pBirthTime); 413 409 414 #endif /* IN_RING3 */415 410 /** @} */ 416 411 -
trunk/src/VBox/Runtime/Makefile.kmk
r33815 r33820 369 369 common/time/timeprog.cpp \ 370 370 common/time/timesup.cpp \ 371 common/vfs/vfsbase.cpp \ 372 common/vfs/vfsstdfile.cpp \ 371 373 generic/critsect-generic.cpp \ 372 374 generic/env-generic.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.

