Changeset 57358 in vbox for trunk/src/VBox/Main/src-client/win
- 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/Main/src-client/win/dllmain.cpp
r48351 r57358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #include "VBox/com/defs.h" 23 23 … … 33 33 34 34 35 /******************************************************************************* 36 * Global Variables *37 ******************************************************************************* /35 /********************************************************************************************************************************* 36 * Global Variables * 37 *********************************************************************************************************************************/ 38 38 CComModule _Module; 39 39 … … 75 75 76 76 77 /******************************************************************************* 78 * Internal Functions *79 ******************************************************************************* /77 /********************************************************************************************************************************* 78 * Internal Functions * 79 *********************************************************************************************************************************/ 80 80 #ifdef WITH_MANUAL_CLEANUP 81 81 static void removeOldMess(void);
Note:
See TracChangeset
for help on using the changeset viewer.