Changeset 57358 in vbox for trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
- Timestamp:
- Aug 14, 2015 3:16:38 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102121
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxControl/VBoxControl.cpp
r56294 r57358 16 16 */ 17 17 18 /******************************************************************************* 19 * Header Files * 20 *******************************************************************************/ 18 19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 21 22 #include <iprt/alloca.h> 22 23 #include <iprt/cpp/autores.h> … … 44 45 45 46 46 /******************************************************************************* 47 * Global Variables *48 ******************************************************************************* /47 /********************************************************************************************************************************* 48 * Global Variables * 49 *********************************************************************************************************************************/ 49 50 /** The program name (derived from argv[0]). */ 50 51 char const *g_pszProgName = "";
Note:
See TracChangeset
for help on using the changeset viewer.