Changeset 8245 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Apr 21, 2008 5:24:28 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29978
- Location:
- trunk/src/VBox/Runtime/r3/win
- Files:
-
- 19 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/RTLogWriteDebugger-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Log To Debugger, Win32.3 * IPRT - Log To Debugger, Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/alloc-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Memory Allocation, Win32.3 * IPRT - Memory Allocation, Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/dir-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Directory, win32.3 * IPRT - Directory, win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/fileio-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- File I/O, native implementation for the Windows host platform.3 * IPRT - File I/O, native implementation for the Windows host platform. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/fs-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- File System, Win32.3 * IPRT - File System, Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/ldrNative-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Binary Image Loader, Win32 native.3 * IPRT - Binary Image Loader, Win32 native. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/mp-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Multiprocessor, Windows.3 * IPRT - Multiprocessor, Windows. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/path-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Path manipulation.3 * IPRT - Path manipulation. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/process-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Process, Win32.3 * IPRT - Process, Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/sched-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Scheduling, Win32.3 * IPRT - Scheduling, Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/sems-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Semaphores, implementation for Windows host platform.3 * IPRT - Semaphores, implementation for Windows host platform. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/system-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- System, Win32.3 * IPRT - System, Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/thread-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Threads, Win32.3 * IPRT - Threads, Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/time-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Time, win32.3 * IPRT - Time, win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/timer-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Timer.3 * IPRT - Timer. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/tls-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- Thread Local Storage (TLS), Win32.3 * IPRT - Thread Local Storage (TLS), Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/utf16locale-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- UTF-16 Locale Specific Manipulation, Win32.3 * IPRT - UTF-16 Locale Specific Manipulation, Win32. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/utf8-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable Runtime- UTF8 helpers.3 * IPRT - UTF8 helpers. 4 4 */ 5 5 -
trunk/src/VBox/Runtime/r3/win/uuid-win.cpp
r8170 r8245 1 1 /* $Id$ */ 2 2 /** @file 3 * I ncredibly Portable RuntimeUUID (unique identifiers) handling (win32 host).3 * IPRT UUID (unique identifiers) handling (win32 host). 4 4 */ 5 5
Note:
See TracChangeset
for help on using the changeset viewer.