Changeset 2981 in vbox for trunk/src/VBox/Runtime/r3/win32
- Timestamp:
- Jun 1, 2007 4:01:28 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 21700
- Location:
- trunk/src/VBox/Runtime/r3/win32
- Files:
-
- 18 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win32/RTLogWriteDebugger-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Log To Debugger, Win32.3 * innotek Portable Runtime - Log To Debugger, Win32. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/alloc-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Memory Allocation, Win32.3 * innotek Portable Runtime - Memory Allocation, Win32. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/dir-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Directory, win32.3 * innotek Portable Runtime - Directory, win32. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/dllmain-win32.cpp
r1 r2981 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/fileio-win32.cpp
r1581 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - File I/O, native implementation for the Windows host platform.3 * innotek Portable Runtime - File I/O, native implementation for the Windows host platform. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/fs-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - File System, Win32.3 * innotek Portable Runtime - File System, Win32. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/ldrNative-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Binary Image Loader, Win32 native.3 * innotek Portable Runtime - Binary Image Loader, Win32 native. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/path-win32.cpp
r937 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Path manipulation.3 * innotek Portable Runtime - Path manipulation. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/process-win32.cpp
r1441 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Process, Win32.3 * innotek Portable Runtime - Process, Win32. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/sched-win32.cpp
r403 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Scheduling, Win32.3 * innotek Portable Runtime - Scheduling, Win32. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/sems-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Semaphores, implementation for Windows host platform.3 * innotek Portable Runtime - Semaphores, implementation for Windows host platform. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/system-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - System, Win32.3 * innotek Portable Runtime - System, Win32. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/thread-win32.cpp
r1766 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Threads, Win32.3 * innotek Portable Runtime - Threads, Win32. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/time-win32.cpp
r2629 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Time, win32.3 * innotek Portable Runtime - Time, win32. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/timer-win32.cpp
r1807 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - Timer.3 * innotek Portable Runtime - Timer. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/utf16locale-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - UTF-16 Locale Specific Manipulation, Win32.3 * innotek Portable Runtime - UTF-16 Locale Specific Manipulation, Win32. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/utf8-win32.cpp
r1 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime - UTF8 helpers.3 * innotek Portable Runtime - UTF8 helpers. 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Runtime/r3/win32/uuid-win32.cpp
r204 r2981 1 1 /* $Id$ */ 2 2 /** @file 3 * InnoTek Portable Runtime UUID (unique identifiers) handling (win32 host).3 * innotek Portable Runtime UUID (unique identifiers) handling (win32 host). 4 4 */ 5 5 6 6 /* 7 * Copyright (C) 2006 InnoTek SystemberatungGmbH7 * Copyright (C) 2006-2007 innotek GmbH 8 8 * 9 9 * This file is part of VirtualBox Open Source Edition (OSE), as
Note:
See TracChangeset
for help on using the changeset viewer.