Changeset 69358 in vbox for trunk/src/VBox/Additions/WINNT/tools/VBoxCertUtil.cpp
- Timestamp:
- Oct 26, 2017 2:43:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/tools/VBoxCertUtil.cpp
r67935 r69358 17 17 18 18 19 /******************************************************************************* 20 * Header Files *21 ******************************************************************************* /19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 22 22 #include <iprt/win/windows.h> 23 23 #include <Wincrypt.h> … … 35 35 36 36 37 /******************************************************************************* 38 * Global Variables *39 ******************************************************************************* /37 /********************************************************************************************************************************* 38 * Global Variables * 39 *********************************************************************************************************************************/ 40 40 /** The verbosity level. */ 41 41 static unsigned g_cVerbosityLevel = 1;
Note:
See TracChangeset
for help on using the changeset viewer.