Changeset 32111 in vbox
- Timestamp:
- Aug 31, 2010 8:38:07 AM (14 years ago)
- Location:
- trunk/src/VBox/Installer/win/InstallHelper
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/win/InstallHelper/VBoxCommon.h
r32110 r32111 1 1 /* $Id$ */ 2 2 /** @file 3 * VBoxCommon - Misc helper routines for install helper.4 */3 * VBoxCommon - Misc helper routines for install helper. 4 */ 5 5 6 6 /* … … 27 27 28 28 #endif /* !___VBoxInstallHelper_Common_h */ 29 -
trunk/src/VBox/Installer/win/InstallHelper/VBoxInstallHelper.cpp
r31857 r32111 1 1 /* $Id$ */ 2 2 /** @file 3 * VBoxInstallHelper - Various helper routines for Windows host installer.4 */3 * VBoxInstallHelper - Various helper routines for Windows host installer. 4 */ 5 5 6 6 /* … … 1288 1288 return ERROR_SUCCESS; 1289 1289 } 1290
Note:
See TracChangeset
for help on using the changeset viewer.