Changeset 57358 in vbox for trunk/src/VBox/Main/src-helper-apps
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- Location:
- trunk/src/VBox/Main/src-helper-apps
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-helper-apps/VBoxExtPackHelperApp.cpp
r56994 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #include "../include/ExtPackUtil.h" 23 23 … … 71 71 72 72 73 /******************************************************************************* 74 * Defined Constants And Macros *75 ******************************************************************************* /73 /********************************************************************************************************************************* 74 * Defined Constants And Macros * 75 *********************************************************************************************************************************/ 76 76 /** Enable elevation on Windows and Darwin. */ 77 77 #if !defined(RT_OS_OS2) || defined(DOXYGEN_RUNNING) … … 94 94 95 95 96 /******************************************************************************* 97 * Global Variables *98 ******************************************************************************* /96 /********************************************************************************************************************************* 97 * Global Variables * 98 *********************************************************************************************************************************/ 99 99 #ifdef RT_OS_WINDOWS 100 100 static HINSTANCE g_hInstance; -
trunk/src/VBox/Main/src-helper-apps/VBoxVolInfo.cpp
r48672 r57358 18 18 19 19 20 /******************************************************************************* 21 * Header Files *22 ******************************************************************************* /20 /********************************************************************************************************************************* 21 * Header Files * 22 *********************************************************************************************************************************/ 23 23 #include <dirent.h> 24 24 extern "C" … … 32 32 #include <unistd.h> 33 33 34 /******************************************************************************* 35 * Function Prototypes * 36 *******************************************************************************/ 34 35 /********************************************************************************************************************************* 36 * Function Prototypes * 37 *********************************************************************************************************************************/ 37 38 void print_dev_name(dev_t devid); 38 39
Note:
See TracChangeset
for help on using the changeset viewer.