Changeset 8170 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Apr 18, 2008 5:52:25 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29880
- Location:
- trunk/src/VBox/Runtime/include/internal
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dir.h
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Internal Header for RTDir.3 * Incredibly Portable Runtime - Internal Header for RTDir. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/include/internal/file.h
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Internal RTFile header.3 * Incredibly Portable Runtime - Internal RTFile header. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/include/internal/fs.h
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Internal RTFs header.3 * Incredibly Portable Runtime - Internal RTFs header. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/include/internal/initterm.h
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Initialization & Termination.3 * Incredibly Portable Runtime - Initialization & Termination. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/include/internal/ldr.h
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Loader Internals.3 * Incredibly Portable Runtime - Loader Internals. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/include/internal/ldrMZ.h
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime, MZ header.3 * Incredibly Portable Runtime, MZ header. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/include/internal/ldrPE.h
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Windows NT PE Structures and Constants.3 * Incredibly Portable Runtime - Windows NT PE Structures and Constants. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/include/internal/magics.h
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Internal Header Defining The Magic Numbers.3 * Incredibly Portable Runtime - Internal Header Defining The Magic Numbers. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/include/internal/memobj.h
r8155 r8170 1 1 /* $Revision$ */ 2 2 /** @file 3 * innotekPortable Runtime - Ring-0 Memory Objects.3 * Incredibly Portable Runtime - Ring-0 Memory Objects. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/include/internal/path.h
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - RTPath Internal header.3 * Incredibly Portable Runtime - RTPath Internal header. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/include/internal/process.h
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Internal RTProc header.3 * Incredibly Portable Runtime - Internal RTProc header. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/include/internal/rand.h
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Internal RTRand header3 * Incredibly Portable Runtime - Internal RTRand header 4 4 */ 5 5 -
trunk/src/VBox/Runtime/include/internal/sched.h
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Internal RTSched header.3 * Incredibly Portable Runtime - Internal RTSched header. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/include/internal/string.h
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Internal RTStr header.3 * Incredibly Portable Runtime - Internal RTStr header. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/include/internal/thread.h
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Internal RTThread header.3 * Incredibly Portable Runtime - Internal RTThread header. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/include/internal/time.h
r8155 r8170 1 1 /* $Id$ */ 2 2 /** @file 3 * innotekPortable Runtime - Internal RTTime header3 * Incredibly Portable Runtime - Internal RTTime header 4 4 */ 5 5
Note:
See TracChangeset
for help on using the changeset viewer.